You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable github actions validation of code and remove travis build status
from README.md as travis is no longer in use.
Fix lint errors from gofumpt, this includes switching from []struct
with a name to map[string]struct for tests, which results in clearer
subtest definition.
Also:
* Remove deprecated linters
* Enabling new useful linters ones applying the needed fixes.
* Use bash for cache path step to prevent different commands from
being needed on Windows.
go-ts3 is a [Go](http://golang.org/) client for the [TeamSpeak 3 ServerQuery Protocol](http://media.teamspeak.com/ts3_literature/TeamSpeak%203%20Server%20Query%20Manual.pdf).
0 commit comments