Basic types / Booleans / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" "unsafe" ) func main() { b := true fmt.Printf("size of bool is: %d\n", unsafe.Sizeof(b)) }
Editor Settings
Theme
Key bindings
Full width
Lines