chore(build): update gofmt target

This commit is contained in:
Yicheng Qin 2014-04-03 17:03:28 -07:00
parent 41ad9ebb48
commit f0dee63716

2
build
View File

@ -7,7 +7,7 @@ fi
export GOBIN=${PWD}/bin
export GOPATH=${PWD}
export GOFMTPATH="./bench ./config ./discovery ./error etcd.go ./http ./log ./machines ./metrics ./mod profile.go ./server ./store ./tests"
export GOFMTPATH="./bench ./config ./discovery ./etcd ./error ./http ./log ./machines main.go ./metrics ./mod ./server ./store ./tests"
# Don't surprise user by formatting their codes by stealth
if [ "$1" == "--fmt" ]; then