All of the following information is based on go version go1.17.1 darwin/amd64.
| GOOS | Out of the Box |
|---|---|
aix |
✅ |
android |
✅ |
| package main | |
| import "log" | |
| var planets1 = []string{"Tattooine", "Dantooine", "Bespin", "Yavin4"} | |
| var planets2 = []string{"Exegol", "Jeda", "Jakku", "Mustafa", "Yavin4"} | |
| var searches = 0 | |
| func main() { |