Merge pull request #57 from superlogical/patch-1

Typo
This commit is contained in:
Mark McGranaghan 2013-12-03 05:13:19 -08:00
commit e4b2d0add1

View File

@ -20,7 +20,7 @@ func main() {
// Note that there is no `UnixMillis`, so to get the
// milliseconds since epoch you'll need to manually
// dive from nanoseconds.
// divide from nanoseconds.
millis := nanos / 1000000
fmt.Println(secs)
fmt.Println(millis)