Registry / utility / enums
library0.9.56gogounverified

Package enums provides common interfaces and utilities for working with enums and bit flag enums in Go.

go get goki.dev/enums
INSTALL
IMPORT
SIG · ENUMS
E
enums
utilitygov0.9.56
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.

enums
goki.dev/enums

Demonstrates basic usage of the enums package.

package main import ( "fmt" "goki.dev/enums" ) func main() { fmt.Println(enums.Int64EnumValues(nil)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.56latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
enums — go get enums · libregistry