From a4ca7e6198b0a8ab92b12aae6e60330e09c5e771 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 10 Nov 2020 18:40:18 +0100 Subject: [PATCH] Updated GOPATH (markdown) --- GOPATH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GOPATH.md b/GOPATH.md index 45a6e6e7..ad172a36 100644 --- a/GOPATH.md +++ b/GOPATH.md @@ -14,7 +14,7 @@ Before Go modules, Go development using dependencies used “GOPATH development - The `go install` command installed binaries to `$GOBIN`, which defaults to `$GOPATH/bin`. - The `go install` command installed the compiled package file for `import "example.com/y/z"` to `$GOPATH/pkg/example.com/y/z.a`. - - The `go get` command downloaded source code satisfying ‘import "example.com/y/z"` to `$GOPATH/src/example.com/y/z`. + - The `go get` command downloaded source code satisfying `import "example.com/y/z"` to `$GOPATH/src/example.com/y/z`. ## Deprecating and removing GOPATH development mode