Registry / utility / goki-kigen

goki-kigen

JSON →
library1.0.2gogounverified

A collection of generic libraries leveraging Go 1.18+ type parameters for common data structures and algorithms.

go get github.com/goki/kigen
INSTALL
IMPORT
SIG · GOKI-KIGEN
G
goki-kigen
utilitygov1.0.2
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.

kigen
github.com/goki/kigen

Create and use a generic list.

package main import ( "fmt" "github.com/goki/kigen" ) func main() { list := kigen.NewList[int]() list.Push(1) list.Push(2) fmt.Println(list.Len()) }
Debug
Known issues
breakingRequires Go 1.18 or later due to generics.
fix
Upgrade your Go version to 1.18+.
affects: < 1.18
Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
goki-kigen — go get goki-kigen · libregistry