diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 01:33:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 01:33:28 -0600 |
| commit | f0b712faf865b460b8be7a9edfd78e1b3852cae5 (patch) | |
| tree | a20ae083ec79e99ba1c2cbe828edbee12c9d8911 /json.go | |
| parent | 586494505bb57aa1c4383641c6693a7021e1621d (diff) | |
fix pathsv0.12.3
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'json.go')
| -rw-r--r-- | json.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ // This is a simple example package cloudflare -import ( +import ( "encoding/json" ) |
