Registry / networking / multiplay-go-ts3

multiplay-go-ts3

JSON →
library1.2.0gogounverified

Go client library for the TeamSpeak 3 server query protocol.

go get github.com/multiplay/go-ts3
INSTALL
IMPORT
SIG · MULTIPLAY-GO-TS3
M
multiplay-go-ts3
networkinggov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ts3
github.com/multiplay/go-ts3

Connect to a TeamSpeak 3 server query interface.

package main import ( "fmt" "github.com/multiplay/go-ts3" ) func main() { client, err := ts3.NewClient("localhost:10011", ts3.Config{}) if err != nil { panic(err) } defer client.Close() fmt.Println("Connected") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
multiplay-go-ts3 — go get multiplay-go-ts3 · libregistry