mv build-releash.sh to root dir

This commit is contained in:
xtaci
2019-04-28 14:35:33 +08:00
parent 2f36a43223
commit 2a9fb0b908
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -24,3 +24,5 @@ _testmain.go
*.prof
client/client
server/server
build/*
.DS_Store
@@ -1,4 +1,8 @@
#!/bin/bash
BUILD_DIR=$(dirname "$0")/build
mkdir -p $BUILD_DIR
cd $BUILD_DIR
sum="sha1sum"
echo "If you need reproducible build, export GO111MODULE=on first"