ingress-nginx-helm/vendor/github.com/yudai/gojsondiff/Makefile
Manuel Alejandro de Brito Fontes 307bf76454 Update go dependencies
2020-02-19 19:42:50 -03:00

5 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