Files
telegraf/Makefile
gotyaoi 2f8f999331 GOPATH can have multiple : separated paths in it.
This means that simply adding /bin to the end is not enough. Instead of
setting GOBIN, this version prepends things to the PATH. If GOBIN is
already set, simply prepends GOBIN to PATH.  If not, appends /bin to
each component of GOPATH, then prepends that to PATH.
2015-11-24 22:01:45 -08:00

3.2 KiB