Compare commits

..

No commits in common. "guimain" and "v0.21.4" have entirely different histories.

3 changed files with 1 additions and 2 deletions

View File

@ -38,4 +38,3 @@ redomod:
goimports -w *.go goimports -w *.go
GO111MODULE= go mod init GO111MODULE= go mod init
GO111MODULE= go mod tidy GO111MODULE= go mod tidy
go mod edit -go=1.20

View File

@ -3,7 +3,7 @@ package main
import ( import (
"os" "os"
"go.wit.com/dev/alexflint/arg" "github.com/alexflint/go-arg"
) )
/* /*

View File