Basic types / Strings / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { var s string // empty string "" s1 := "string\nliteral\nwith\tescape characters\n" s2 := `raw string literal which doesnt't recgonize escape characters like \n ` fmt.Printf("sum of strings\n'%s'\n", s+s1+s2) }
Editor Settings
Theme
Key bindings
Full width
Lines