mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-12 20:00:17 +01:00
FIX BUILD
This commit is contained in:
parent
9e27485bbb
commit
c0d5d99e5d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ ROOT=./server
|
|||
TYPE=$1
|
||||
|
||||
# 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 -d -v -u ./...
|
||||
if [ ! -f fuzzit ]; then
|
||||
|
|
Loading…
Reference in a new issue