gosimpleconf/Makefile

8 lines
95 B
Makefile

all: test
test:
go test
goimports_everything:
find . -name "*.go" -exec goimports -w {} \;