Essential Go / Constants

Run Settings
LanguageGo
Language Version
Run Command
package main // Greeting is an exported (public) string constant const Greeting string = "Hello World" // we can group const declarations const ( // years is an unexported (package private) int constant years int = 10 truth bool = true ) func main() { // do nothing }
Editor Settings
Theme
Key bindings
Full width
Lines