diff options
| author | Jeff Carr <[email protected]> | 2024-04-15 05:05:27 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-04-15 05:05:27 -0500 |
| commit | c8aded73947a710e70d582731bdbaf1cb4b2ef11 (patch) | |
| tree | 8dd28f325946f6b4b8aa71457bd657c1076ac4ea /main.go | |
| parent | 0c8311467b35227c19b9d04302e4782887731d76 (diff) | |
minor goimport changes
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ import ( "os" "path/filepath" - "github.com/alexflint/go-arg" + "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gui/repolist" "go.wit.com/lib/gui/shell" @@ -143,7 +143,6 @@ func main() { // rescan all the repos me.repos.View.ScanRepositories() - myrepo.Status.MakeRedomod() myrepo.Status.IncrementRevisionVersion(tmp) _, err := me.repos.View.CheckValidGoSum(myrepo) |
