Essential Go / if, switch, goto

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { stmt := "if" switch stmt { case "if", "for": fmt.Printf("stmt ('%s') is either 'if' or 'for'\n", stmt) case "else": fmt.Printf("stmt is 'else'\n") default: fmt.Printf("stmt is '%s'\n", stmt) } }
Editor Settings
Theme
Key bindings
Full width
Lines