diff options
| author | Jeff Carr <[email protected]> | 2024-11-28 18:36:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-28 18:36:00 -0600 |
| commit | cc7a1b0bdc69335132a022111c759931db6d1566 (patch) | |
| tree | a2d2afaa3c1e53232c63ed4ff31759665c15a59a /init.go | |
| parent | be0378f5486184b69b5da59461786477d753b8a3 (diff) | |
compiles. kinda runs
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ package repolist import ( - "go.wit.com/lib/protobuf/forgepb" "go.wit.com/gui" + "go.wit.com/lib/protobuf/forgepb" "go.wit.com/log" ) |
