commit | a44f6773690d8a151b5f23b448b7720a1eb76aae | [log] [tgz] |
---|---|---|
author | jcabmora <jcabmora@yahoo.com> | Thu Oct 19 11:51:32 2017 -0700 |
committer | jcabmora <jcabmora@yahoo.com> | Thu Oct 19 11:51:32 2017 -0700 |
tree | aa67874770e2c32d05c290f17aac762ae5a06579 | |
parent | 9f272a2be62d98c9240a67e3d70621461f8ff988 [diff] |
Correct capitalization
diff --git a/GOPATH.md b/GOPATH.md index cef3930..8d544e1 100644 --- a/GOPATH.md +++ b/GOPATH.md
@@ -30,7 +30,7 @@ $GOPATH/bin/B ``` -## Repository Integration and Creating "go gettable" Projects +## Repository integration and creating "go gettable" projects When fetching a package the go tool looks at the package's import path to discover a URL. For instance, if you attempt to ``` go get github.com/go-kit/kit