`shell2http: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-09 22:14:22 +05:30
parent 511d71316d
commit 56d07d3939
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ termux_step_make() {
cp -a "${TERMUX_PKG_SRCDIR}" "${GOPATH}/src/github.com/msoap/shell2http"
cd "${GOPATH}/src/github.com/msoap/shell2http"
go mod init
go get -d -v
termux_go_get -d -v
go build
}