Basic types / Characters and runes / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { s := "str" for i := 0; i < len(s); i++ { c := s[i] fmt.Printf("Byte at index %d is '%c' (0x%x)\n", i, c, c) } }
Editor Settings
Theme
Key bindings
Full width
Lines