Registry / networking / gumble

gumble

JSON →
library0.0.0-20221205141517-d1df60a3cc14gogounverified

A Go client library for the Mumble voice chat protocol.

go get layeh.com/gumble
INSTALL
IMPORT
SIG · GUMBLE
G
gumble
networkinggov0.0.0-20221205141517-d1df60a3cc14
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.

gumble
layeh.com/gumble

Creates a new Gumble configuration with a username.

package main import ( "fmt" "layeh.com/gumble" ) func main() { config := gumble.NewConfig() config.Username = "test" fmt.Println(config.Username) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20221205141517-d1df60a3cc14latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
gumble — go get gumble · libregistry