summaryrefslogtreecommitdiff
path: root/json.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 /json.go
parent1c2dfda279cd69493f40fa5780b9ecad6eb55cb9 (diff)
new guiv0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'json.go')
-rw-r--r--json.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.go b/json.go
index c0aa1a8..4a34261 100644
--- a/json.go
+++ b/json.go
@@ -1,6 +1,6 @@
package digitalocean
-import (
+import (
"encoding/json"
)