Registry / utility / c4milo-gotoolkit

c4milo-gotoolkit

JSON →
library0.0.0-20190525173301-67483a18c17agogounverified

A collection of generic Go utilities and data structures.

go get github.com/c4milo/gotoolkit
INSTALL
IMPORT
SIG · C4MILO-GOTOOLKIT
C
c4milo-gotoolkit
utilitygov0.0.0-20190525173301-67483a18c17a
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.

gotoolkit
github.com/c4milo/gotoolkit

Create a stack, push items, and pop one.

package main import ( "fmt" "github.com/c4milo/gotoolkit" ) func main() { stack := gotoolkit.NewStack() stack.Push(1) stack.Push(2) fmt.Println(stack.Pop()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190525173301-67483a18c17alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
c4milo-gotoolkit — go get c4milo-gotoolkit · libregistry