kubo/bin
Christopher Buesser f31dd2aae6 GOCC implementation & fix in make & build scripts
The usage of a native 'go' command has been replaced with a make &
environment variable $GOCC. This enables building with multiple go
versions on a single machine as documented:
  * https://golang.org/doc/install#extra_versions

This enables the usage of:
```bash
$ make install
$ # OR
$ GOCC=go1.12.3 make install
$ # OR
$ GOCC=go1.12.4 make install
```
And the build and test tools now pick up on this change

 On branch go-version-check
 Changes to be committed:
	modified:   Rules.mk
	modified:   bin/check_go_version
	modified:   bin/dist_get
	modified:   bin/maketarball.sh
	modified:   coverage/Rules.mk
	modified:   mk/golang.mk
	modified:   mk/tarball.mk
License: MIT
Signed-off-by: Chris Buesser <christopher.buesser@gmail.com>
2019-04-30 21:22:43 -04:00
..
archive-branches.sh misc: add ai-mirror to excluded branches 2018-03-09 21:50:27 +01:00
check_go_version GOCC implementation & fix in make & build scripts 2019-04-30 21:22:43 -04:00
check_version Change 'neccessary' to 'necessary' 2017-05-24 09:40:53 -07:00
collect-profiles.sh misc: add collect-profiles.sh script, update gitignore 2019-03-05 18:33:58 +01:00
container_daemon Dockerfile: Remove 2 year old deprecation warning 2019-04-05 14:10:00 +02:00
dist_get GOCC implementation & fix in make & build scripts 2019-04-30 21:22:43 -04:00
gencmdref cmdrefgen to generate command ref 2015-02-16 13:53:07 -08:00
graphmd diag/net: graphme restyling 2015-01-16 02:11:36 -08:00
ipns-republish simple ipns-republish script stopgap 2015-05-10 09:23:12 -04:00
maketarball.sh GOCC implementation & fix in make & build scripts 2019-04-30 21:22:43 -04:00
mkreleaselog Ipfs v0.4.13-rc1 2017-11-14 13:46:10 -08:00
Rules.mk mk: remove gx from Makefiles 2019-03-05 18:33:58 +01:00
test-go-fmt Add test_go_fmt to makefile 2016-11-24 22:14:59 +01:00