Compare commits

..

No commits in common. "master" and "v0.22.41" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ var myDo *digitalocean.DigitalOcean
func main() { func main() {
// initialize a new GO GUI instance // initialize a new GO GUI instance
myGui = gui.New() myGui = gui.New().Default()
myGui.Default()
if os.Getenv("DIGITALOCEAN_TOKEN") == "" { if os.Getenv("DIGITALOCEAN_TOKEN") == "" {
log.Warn("your DIGITALOCEAN_TOKEN environment variable is not set") log.Warn("your DIGITALOCEAN_TOKEN environment variable is not set")