packages/lang/golang
Jeffery To 0fa7f3c882 golang: fix package clean / autoremove, add output whitespace
go 1.11 added modules, which are cached locally. The go developers have
decided to make this cache read-only (golang/go#27455), which causes
problems with package clean / autoremove (#7635).

This adds a call to clear this cache right after building, as currently
there is no easy way to hook into autoremove (it may be possible to hook
into package clean).

This also adds whitespace (blank lines) to certain places in make
output, to aid debugging.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-12-12 04:23:47 +08:00
..
golang golang: Update to 1.11.2, fix build errors 2018-11-06 19:32:23 +08:00
golang-github-agl-ed25519 obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-github-dchest-siphash obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-golang-x-crypto obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-golang-x-net obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-golang-x-sys obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-golang-x-text obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-torproject-pluggable-transports-goptlib obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-compiler.mk golang: new packages 2018-03-21 09:21:57 +08:00
golang-package.mk golang: fix package clean / autoremove, add output whitespace 2018-12-12 04:23:47 +08:00
golang-values.mk golang: Update to 1.11.1, add mips64 / mips64el builds 2018-10-13 02:30:03 +08:00
golang-version.mk golang: Update to 1.11.2, fix build errors 2018-11-06 19:32:23 +08:00