Registry / utility / andersfylling-snowflake-v4

andersfylling-snowflake-v4

JSON →
library4.0.3gogounverified

A Go library for generating unique, time-sortable IDs (snowflakes).

go get github.com/andersfylling/snowflake/v4
INSTALL
IMPORT
SIG · ANDERSFYLLING-SNOW
A
andersfylling-snowflake-v4
utilitygov4.0.3
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.

snowflake
github.com/andersfylling/snowflake/v4

Generate a new snowflake ID

package main import ( "fmt" "github.com/andersfylling/snowflake/v4" ) func main() { id := snowflake.New() fmt.Println(id) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Meta
1
OpenAI (training)
1
Resources
andersfylling-snowflake-v4 — go get andersfylling-snowflake-v4 · libregistry