gotty: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-06 08:49:07 +05:30
parent ebf7d0958d
commit 7f9d3c00be
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -17,6 +17,7 @@ termux_step_make() {
cd "$GOPATH"/src/github.com/yudai/gotty
go mod init || go mod download
#go mod tidy
termux_go_get -d -v
go build
}