mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-07-04 15:27:27 +07:00
6 lines
150 B
Makefile
6 lines
150 B
Makefile
test:
|
|
if [ `go fmt $(go list ./... | grep -v /vendor/) | wc -l` -gt 0 ]; then echo "go fmt error"; exit 1; fi
|
|
|
|
tools:
|
|
go get github.com/tools/godep
|