golang: new packages
authorJeffery To <redacted>
Sat, 17 Mar 2018 16:32:35 +0000 (00:32 +0800)
committerJeffery To <redacted>
Wed, 21 Mar 2018 01:21:57 +0000 (09:21 +0800)
commitc137c382573f114902607546c5ed5b562df0b9b0
tree542538b5338648861977591af35a21190ab41b78
parenta7060cea98e2febd2911e75895882ab654b12679
golang: new packages

From golang.org:
The Go programming language is an open source project to make
programmers more productive.

This commit consists of two "parts":

* golang/host: Main Go compiler for host (installed to
  STAGING_DIR_HOST/lib/go-cross), used to cross-compile Go programs to
  be packaged.

* golang (and golang-src/golang-doc): Main Go compiler for on-target
  development. These packages are quite large, but I would expect only
  developers to install these.

Signed-off-by: Jeffery To <redacted>
lang/golang/golang-compiler.mk [new file with mode: 0644]
lang/golang/golang-package.mk [new file with mode: 0644]
lang/golang/golang-values.mk [new file with mode: 0644]
lang/golang/golang-version.mk [new file with mode: 0644]
lang/golang/golang/Makefile [new file with mode: 0644]
lang/golang/golang/files/go-gcc-helper [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT