Answers for "conversion of byte array into string in go lang"

Go
0

golang

s := string([]byte{65, 66, 67, 226, 130, 172})
fmt.Println(s) // ABC€
Posted by: Guest on January-01-1970

Browse Popular Code Answers by Language