From 8de0a3092e0f9004e5bb2ded0039f1297073a670 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 24 Jan 2024 22:55:34 -0600 Subject: new gui Signed-off-by: Jeff Carr --- listKeys.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'listKeys.go') 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") -- cgit v1.2.3