Registry / utility / golang-collections-collections

golang-collections-collections

JSON →
library0.0.0-20130729185459-604e922904d3gogounverified

Package collections provides generic data structures like stack, queue, set, and map for Go.

go get github.com/golang-collections/collections
INSTALL
IMPORT
SIG · GOLANG-COLLECTIONS
G
golang-collections-collections
utilitygov0.0.0-20130729185459-604e922904d3
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.

collections
github.com/golang-collections/collections

Use a stack from the collections package.

package main import ( "fmt" "github.com/golang-collections/collections/stack" ) func main() { s := stack.New() s.Push(1) s.Push(2) fmt.Println(s.Pop()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20130729185459-604e922904d3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
golang-collections-collections — go get golang-collections-collections · libregistry