golang: Move module cache into DL_DIR
authorJeffery To <jeffery.to@gmail.com>
Tue, 18 Aug 2020 21:39:41 +0000 (05:39 +0800)
committerJeffery To <jeffery.to@gmail.com>
Tue, 6 Oct 2020 08:27:52 +0000 (16:27 +0800)
commit3dd55b504cb4d7d4ca0251f4ce7b45ec8effeaf8
tree4aee7cc246ff2c43a3b539b69e980a996f6d1ff5
parent4674564e42e0b30f477af6fd7dbb3a92c1656998
golang: Move module cache into DL_DIR

This also adds a config option GOLANG_MOD_CACHE_WORLD_READABLE; if
enabled, chmod is run after a Go package build to make all
files/directories in the module cache world-readable.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/golang/golang-build.sh [new file with mode: 0644]
lang/golang/golang-package.mk
lang/golang/golang-values.mk
lang/golang/golang/Config.in