SyntaxFix
Write A Post
Hire A Developer
Questions
At https://github.com/golang/go/issues/44196 randall77 suggested
time.Now().Sub(time.Unix(0,0)).Milliseconds()
which exploits the fact that Go's time.Duration already have Milliseconds method.
time.Duration
Milliseconds