summaryrefslogtreecommitdiff
path: root/json.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-21 00:15:20 -0600
committerJeff Carr <[email protected]>2024-01-21 00:15:20 -0600
commitfdc01e28d9f45e923bdbc783f957e5b87f108659 (patch)
treee5ff92b4cbeb21d7c57eec0cf4cc8aa71d622ee3 /json.go
parent495a08eddaef290dd4a6f63a543cf31ef26522f5 (diff)
name changes in the gui package
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 6cb3af5..2078e30 100644
--- a/json.go
+++ b/json.go
@@ -1,7 +1,7 @@
// This is a simple example
package main
-import (
+import (
"encoding/json"
)