Slices / Append to slice / Essential Go

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