diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 15:19:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 15:19:53 -0500 |
| commit | ddddda142167dfa74daa8a844e28b5960a6230cf (patch) | |
| tree | 9e71c86a923d64218782ff001bd35cfba3096417 /main.go | |
| parent | 71163d28e9c51c6666489489256b43c41453d8c6 (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ var myDo *digitalocean.DigitalOcean func main() { // initialize a new GO GUI instance - myGui = gui.New().Default() + myGui = gui.New() + myGui.Default() if os.Getenv("DIGITALOCEAN_TOKEN") == "" { log.Warn("your DIGITALOCEAN_TOKEN environment variable is not set") |
