Registry / utility / mustafaturan-monoton

mustafaturan-monoton

JSON →
library1.0.0gogounverified

A highly scalable, human-readable, predictable, and incremental unique ID generator for single or multi-node systems.

go get github.com/mustafaturan/monoton
INSTALL
IMPORT
SIG · MUSTAFATURAN-MONOT
M
mustafaturan-monoton
utilitygov1.0.0
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.

monoton
github.com/mustafaturan/monoton

Generates a unique ID using the default millisecond sequencer.

package main import ( "github.com/mustafaturan/monoton" "github.com/mustafaturan/monoton/sequencer" ) func main() { monoton.Configure(sequencer.NewMillisecond(), nil) id := monoton.Next() println(id) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
mustafaturan-monoton — go get mustafaturan-monoton · libregistry