Przeglądaj źródła

chore: install_production.sh

luzhenqian 4 lat temu
rodzic
commit
d7fb3bc991
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      install_production.sh

+ 8 - 0
install_production.sh

@@ -0,0 +1,8 @@
+export GO111MODULE=off
+
+export CGO_ENABLED=0
+export GOOS=linux
+export GOARCH=amd64
+
+cd services
+go install -v ./...