direnv: Cache Golang dependencies

This commit is contained in:
Yaksh Bariya 2021-07-05 17:08:25 +05:30
parent 4df334f2e5
commit 2fa1dfb56e
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -9,6 +9,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make() {
termux_setup_golang
termux_go_get
make
}