审查视图

vendor/github.com/yudai/gojsondiff/Makefile 150 字节
tangxvhui authored
1 2 3 4 5
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