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.
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.