`obfs4proxy`: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-09 22:13:32 +05:30
parent 7a756274d8
commit 7b012db72f
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ TERMUX_PKG_DEPENDS="tor"
termux_step_make() {
termux_setup_golang
cd "$TERMUX_PKG_SRCDIR"/obfs4proxy
go get -d ./...
termux_go_get -d ./...
go build .
}