summaryrefslogtreecommitdiff
path: root/listKeys.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-24 22:55:34 -0600
committerJeff Carr <[email protected]>2024-01-24 22:55:34 -0600
commit8de0a3092e0f9004e5bb2ded0039f1297073a670 (patch)
treec3bbb2e7107380f7d8e66558d00f9ba5a23e5102 /listKeys.go
parent1c2dfda279cd69493f40fa5780b9ecad6eb55cb9 (diff)
new guiv0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'listKeys.go')
-rw-r--r--listKeys.go11
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")