1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

FIX BUILD

This commit is contained in:
Andrea Spacca 2019-10-07 22:04:02 +02:00
parent 9e27485bbb
commit c0d5d99e5d

View File

@ -13,7 +13,7 @@ ROOT=./server
TYPE=$1 TYPE=$1
# Setup # Setup
export GO111MODULE="off" export GO111MODULE="on"
go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
go get -d -v -u ./... go get -d -v -u ./...
if [ ! -f fuzzit ]; then if [ ! -f fuzzit ]; then