x/snowflake/README.md

28 lines
304 B
Markdown
Raw Permalink Normal View History

2020-06-12 00:26:57 -04:00
# 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