This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
go-arg
Watch
1
Star
0
Fork
You've already forked go-arg
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3d847431ab
go-arg
/
Makefile
12 lines
113 B
Makefile
Raw
Normal View
History
Unescape
Escape
isolate tests Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-14 14:25:54 -06:00
all
:
@echo
@echo
dump go.mod and go.sum
2024-11-07 16:55:05 -06:00
clean
:
rm -f go.*
isolate tests Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-14 14:25:54 -06:00
redomod
:
rm -f go.*
GO111MODULE
=
go mod init
GO111MODULE
=
go mod tidy