summaryrefslogtreecommitdiff
path: root/json.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 01:33:28 -0600
committerJeff Carr <[email protected]>2024-01-18 01:33:28 -0600
commitf0b712faf865b460b8be7a9edfd78e1b3852cae5 (patch)
treea20ae083ec79e99ba1c2cbe828edbee12c9d8911 /json.go
parent586494505bb57aa1c4383641c6693a7021e1621d (diff)
fix pathsv0.12.3
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 b7c71a8..f4b253b 100644
--- a/json.go
+++ b/json.go
@@ -1,7 +1,7 @@
// This is a simple example
package cloudflare
-import (
+import (
"encoding/json"
)