Basic types / Booleans / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { var b bool = true fmt.Printf("b is: '%v'\n", b) b = false fmt.Printf("b is: '%v'\n", b) var b2 bool fmt.Printf("zero value of bool is: '%v'\n", b2) }
Editor Settings
Theme
Key bindings
Full width
Lines