if, switch, goto / switch statement / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { s := "foo" switch s { case "foo": fmt.Printf("s is 'foo'\n") case "bar": fmt.Printf("s is 'bar'\n") } }
Editor Settings
Theme
Key bindings
Full width
Lines