`vegeta`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-06 08:57:55 +05:30
parent 38644b9a5e
commit 31b5ca4353
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

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