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