Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmarrin committed Apr 12, 2019
1 parent 80c99c0 commit cdbb8ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ snowflake
snowflake is a [Go](https://golang.org/) package that provides
* A very simple Twitter snowflake generator.
* Methods to parse existing snowflake IDs.
* Methods to convert a snowflake ID into several other data types.
* Methods to convert a snowflake ID into several other data types and back.
* JSON Marshal/Unmarshal functions to easily use snowflake IDs within a JSON API.
* Monotonic Clock calculations protect from clock drift.

**For help with this package or general Go discussion, please join the [Discord
Gophers](https://discord.gg/0f1SbxBZjYq9jLBk) chat server.**

## Status @ 2017-02-21
## Status
This package should be considered stable and completed. Any additions in the
future will strongly avoid API changes to existing functions. Please see issues
for any remaining TODO items that are planned.
future will strongly avoid API changes to existing functions.

### ID Format
By default, the ID format follows the original Twitter snowflake format.
Expand Down

0 comments on commit cdbb8ee

Please sign in to comment.