x/snowflake
Colin Henry 7154029136 linted 2023-04-05 21:20:45 -07:00
..
README.md simplifying the repo, commands removed and proper libraries kept 2020-07-08 18:59:37 -07:00
snowflake.go linted 2023-04-05 21:20:45 -07:00
snowflake_test.go linted 2023-04-05 21:20:45 -07:00

README.md

snowflake

A snowflake ID generator based on instagram and twitter's snowflake concept

Install

go get github.com/jchenry/snowflake

Usage

import "github.com/jchenry/snowflake"

func main(){
    snowflake.Next()
}

Contributing

PRs accepted.

License

MIT © Colin Henry