nixpkgs-suyu/pkgs/development/compilers/go
Manuel Mendez a1e13f6140
go: stop setting GOPATH
The compiler does not need it anymore, has not needed it for many years
iirc. This just goes in and pollutes the environment overriding the
users GOPATH and causing grief.

Go even warns about it itself, without vs with this commit:

```sh
~> go env GOPATH
/home/manny/go
~> nix-shell -p go
~> go env GOPATH
warning: GOPATH set to GOROOT (/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go) has no effect
/nix/store/gvw1mfpdrk7i82884yhxf9lf5j3c12zm-go-1.14.1/share/go
~> exit
~> nix-shell -I nixpkgs=cloned/NixOS/nixpkgs -p go
~> go env GOPATH
/home/manny/go
~> exit
```
2020-05-13 23:53:30 +01:00
..
1.4.nix go: stop setting GOPATH 2020-05-13 23:53:30 +01:00
1.14.nix go: stop setting GOPATH 2020-05-13 23:53:30 +01:00
creds-test-1.4.patch
creds-test.patch
go-1.9-skip-flaky-19608.patch
go-1.9-skip-flaky-20072.patch
remove-test-pie-1.13.patch go_1_13: init at 1.13.1 2019-10-11 10:09:05 +02:00
remove-test-pie-1.14.patch go_1_14: init at 1.14 and switch to it 2020-02-27 10:18:05 +01:00
remove-tools-1.4.patch
remove-tools-1.11.patch go_1_11: init at 1.11 2018-08-26 23:11:10 +08:00
skip-external-network-tests.patch go_1_11: init at 1.11 2018-08-26 23:11:10 +08:00
skip-nohup-tests.patch go_1_11: init at 1.11 2018-08-26 23:11:10 +08:00
skip-test-extra-files-on-386-1.14.patch go_1_14: init at 1.14 and switch to it 2020-02-27 10:18:05 +01:00
skip-test-extra-files-on-386.patch go: skip flaky os/exec TestExtraFiles 2018-09-15 18:46:18 +02:00
skip-test-extra-files-on-aarch32-1.14.patch go_1_14: init at 1.14 and switch to it 2020-02-27 10:18:05 +01:00
skip-test-extra-files-on-aarch32.patch go_1_12, go_1_13: skip TestExtraFiles on 32-bit arm (#76944) 2020-01-10 07:27:30 -08:00
ssl-cert-file-1.13.patch go_1_13: init at 1.13.1 2019-10-11 10:09:05 +02:00