diff options
| author | Jeff Carr <[email protected]> | 2024-01-21 00:15:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-21 00:15:20 -0600 |
| commit | fdc01e28d9f45e923bdbc783f957e5b87f108659 (patch) | |
| tree | e5ff92b4cbeb21d7c57eec0cf4cc8aa71d622ee3 /json.go | |
| parent | 495a08eddaef290dd4a6f63a543cf31ef26522f5 (diff) | |
name changes in the gui package
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 main -import ( +import ( "encoding/json" ) |
