How to convert 127 (byte type) to "127" (string type) in Go?

I’d like to see your code to see what you are doing. Here is my playground example: https://play.golang.org/p/uG2wjYbdkOf

2 Likes