vegeta: fix build failure

This commit is contained in:
Leonid Pliushch 2020-02-17 16:10:36 +02:00
parent 32c7b6ddbe
commit 13799b7dba
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ termux_step_make() {
ln -sf "$TERMUX_PKG_SRCDIR" "$GOPATH"/src/github.com/tsenart/vegeta
cd "$GOPATH"/src/github.com/tsenart/vegeta
go get -d -v github.com/tsenart/vegeta
go build
}