Golang-set - GitHub Pages
deckarep.github.io/golang-setgolang-set. A simple set type for the Go language. Coming from Python one of the things I miss is the superbly wonderful set collection. This is my attempt to mimic the primary features of the set from Python. You can of course argue that there is no need for a set in Go, otherwise the creators would have added one to the standard library.
Focinfi/gset: golang set - GitHub
github.com › Focinfi › gsetMar 12, 2016 · Set data structure in Golang Install go get github.com/Focinfi/gset IdGetter interface gset can receive elements implemented IdGetter interface. type IdGetter interface { Id () interface {} } And Here is an simple way to wrap a value to a IdGetter gset. T ( 1) // return a object with Id () function Usage New Create a normal Set set := gset.
Go · GitHub
https://github.com/golangThe Go programming language. Go 89,101 13,089 5,000+ (768 issues need help) 368 Updated 42 minutes ago. website. Home of the golang.org and go.dev websites. HTML 185 155 0 37 Updated 1 hour ago. pkgsite. [mirror] Home of the pkg.go.dev website. Go 818 105 0 6 Updated 4 hours ago. vscode-go.