Compare commits

..

3 Commits

3 changed files with 2 additions and 1 deletions

View File

@ -38,3 +38,4 @@ 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"
"github.com/alexflint/go-arg" "go.wit.com/dev/alexflint/arg"
) )
/* /*

0
resources/blank.go Normal file
View File