diff options
| author | Jeff Carr <[email protected]> | 2024-01-24 22:55:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-24 22:55:34 -0600 |
| commit | 8de0a3092e0f9004e5bb2ded0039f1297073a670 (patch) | |
| tree | c3bbb2e7107380f7d8e66558d00f9ba5a23e5102 /listKeys.go | |
| parent | 1c2dfda279cd69493f40fa5780b9ecad6eb55cb9 (diff) | |
new guiv0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'listKeys.go')
| -rw-r--r-- | listKeys.go | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/listKeys.go b/listKeys.go index 4b7da29..7058309 100644 --- a/listKeys.go +++ b/listKeys.go @@ -2,8 +2,9 @@ package digitalocean import ( "context" - "golang.org/x/oauth2" + "github.com/digitalocean/godo" + "golang.org/x/oauth2" "go.wit.com/log" ) @@ -28,10 +29,10 @@ func (d *DigitalOcean) ListSSHKeyID() error { log.Log(POLL, "found ssh key:", key) } /* - sshKeys := []godo.DropletCreateSSHKey{ - {ID: 22994569}, - {ID: 333}, - } + sshKeys := []godo.DropletCreateSSHKey{ + {ID: 22994569}, + {ID: 333}, + } */ // return fmt.Errorf("SSH Key not found") |
