Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hassieswift621 committed May 14, 2019
2 parents 11ae009 + 52c4cbb commit ace0112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The current version is 1.0.0.
## Tutorial
**Retrieving timestamp from a raw string ID**
```go
snowflake, err := dgoflake.ParseInt("577685297450582016")
snowflake, err := dgoflake.ParseString("577685297450582016")
if err == nil {
timestamp := snowflake.Timestamp()
}
Expand Down

0 comments on commit ace0112

Please sign in to comment.