diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 02:16:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 02:16:34 -0600 |
| commit | eacbb1fb7af28656b269b8bdc287f67a88e4f233 (patch) | |
| tree | 133f6afe25d8837055046cacc4458b2539995c3e | |
| parent | dc233d329fffa38904d2d6dbed9d4e7b64ecbc65 (diff) | |
add json example to look at for ideasv0.0.2
| -rw-r--r-- | goList.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -package repostatus +package gitpb import ( "encoding/json" |
