Explorar el Código

chore(build): update gofmt target

Yicheng Qin hace 12 años
padre
commit
f0dee63716
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build

+ 1 - 1
build

@@ -7,7 +7,7 @@ fi
 
 
 export GOBIN=${PWD}/bin
 export GOBIN=${PWD}/bin
 export GOPATH=${PWD}
 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
 # Don't surprise user by formatting their codes by stealth
 if [ "$1" == "--fmt" ]; then
 if [ "$1" == "--fmt" ]; then