Programming

32 thoughts
last posted May 6, 2017, 10:17 p.m.

10 later thoughts

1

An addition to your bash shell that should make the GOPATH bin directory executables directly available.

export PATH=$PATH:$PATH:${GOPATH//:// bin:}/bin

21 earlier thoughts