Variables / Blank identifier / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { pets := []string{"dog", "cat", "fish"} // range returns both the current index and value // but sometimes we only need one or the other for _, pet := range pets { fmt.Println(pet) } }
Editor Settings
Theme
Key bindings
Full width
Lines