Registry / utility / sets
library0.2.1gogounverified

Auto-generated set types for Go.

go get gomodules.xyz/sets
INSTALL
IMPORT
SIG · SETS
S
sets
utilitygov0.2.1
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.

sets
gomodules.xyz/sets

Create a string set and insert elements.

package main import ( "gomodules.xyz/sets" ) func main() { s := sets.NewString("a", "b") s.Insert("c") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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