What version of Go are you using (go version)?
1.14.3
Does this issue reproduce with the latest release?
I think earlier may have the same issue, I have checked other repos have used the same approach.
What operating system and processor architecture are you using (go env)?
NA
What did you do?
Converting nano time to string
fmt.Println(string(time.Now().UnixNano()))
What did you expect to see?
As expected number return by nano time.
What did you see instead?
A question mark character
https://play.golang.com/p/7NfnDfYy4_N