5 lines
47 B
Makefile
5 lines
47 B
Makefile
|
redomod:
|
||
|
rm -f go.*
|
||
|
go mod init
|
||
|
go mod tidy
|