Registry / utility / dubbogo-gost

dubbogo-gost

JSON →
library1.14.0gogounverified

Package gost provides common utility functions and data structures for the Dubbo Go ecosystem.

go get github.com/dubbogo/gost
INSTALL
IMPORT
SIG · DUBBOGO-GOST
D
dubbogo-gost
utilitygov1.14.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.

gost
github.com/dubbogo/gost

Use a set container from the gost package.

package main import ( "fmt" "github.com/dubbogo/gost/container/sets" ) func main() { s := sets.NewSet(1, 2, 3) s.Add(4) fmt.Println(s.Contains(2)) // true }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
dubbogo-gost — go get dubbogo-gost · libregistry