gogit2/Makefile

13 lines
172 B
Makefile

all:
@echo this is a go library, not a binary
goimports:
goimports -w *.go
redomod:
rm -f go.*
goimports -w *.go
GO111MODULE= go mod init
GO111MODULE= go mod tidy