Basic types / Characters and runes / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { s := "日本語" for i, runeChar := range s { fmt.Printf("Rune at byte position %d is %#U\n", i, runeChar) } }
Editor Settings
Theme
Key bindings
Full width
Lines