Updated GOPATH (markdown)

jethrogb 2015-06-09 14:13:38 -07:00
parent c957f234ab
commit b466cef2f0

@ -8,7 +8,7 @@ Since the $GOPATH variable can be a list, the rest of this document will use $GO
## Integrating GOPATH
On OS X or Linux, adding the following expression to PATH will add all $GOPATH/bin directories.
On OS X or Linux (bash), adding the following expression to PATH will add all $GOPATH/bin directories.
```
${GOPATH//://bin:}/bin
```