`pup`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 17:09:51 +05:30
parent ff987a68c7
commit 13466285ae
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ termux_step_make() {
cd "${GOPATH}/src/github.com/ericchiang/pup"
export GO111MODULE=off
go get -d -v
termux_go_get -d -v
go build
}