Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Carr 119b334118 fix module path
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-14 10:55:20 -06:00
Jeff Carr b698745ef7 correct makefile
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-08 03:01:13 -06:00
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# git remote add gitwit git@git.wit.org:wit/arg.git
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy
github:
git push origin register
git push origin devel

2
go.mod
View File

@ -1,4 +1,4 @@
module go.wit.com/arg
module go.wit.com/dev/alexflint/go-arg
go 1.21.4