Slices / Append to slice / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { a := []string{"hello"} a = append(a, "world") fmt.Printf("a: %#v\n", a) }
Editor Settings
Theme
Key bindings
Full width
Lines