How to get an "E" output rather than 69?
package main import "fmt" func main() { fmt.Print("HELLO"[1]) }
Does Golang have function to convert a char to byte and vice versa?
1.4m articles
1.4m replys
5 comments
57.0k users