Переглянути джерело

chore: install_production.sh

luzhenqian 4 роки тому
батько
коміт
d7fb3bc991
1 змінених файлів з 8 додано та 0 видалено
  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 ./...