Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myzhan committed Nov 15, 2017
1 parent 49bd4e6 commit 214d539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func getNodeID() (nodeID string) {
return
}

// Now get current timestamp in milliseconds.
// Now gets current timestamp in milliseconds.
func Now() int64 {
return time.Now().UnixNano() / int64(time.Millisecond)
}

0 comments on commit 214d539

Please sign in to comment.