From c79b9f4f0bd22c5532c1f71aa962605e8c3d97fa Mon Sep 17 00:00:00 2001 From: Ryuji IWATA Date: Sun, 25 Jun 2017 16:36:59 +0900 Subject: [PATCH] fix typo --- section00/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section00/README.md b/section00/README.md index 15a67c8..b4c95c8 100644 --- a/section00/README.md +++ b/section00/README.md @@ -56,7 +56,7 @@ If you don't have `goimports` installed in your machine you can easily install i $ go get golang.org/x/tools/cmd/goimports ``` -This will install the `goimports` binary in `$GOAPTH/bin`. +This will install the `goimports` binary in `$GOPATH/bin`. It is basically the equivalent to fetching the code from GitHub and then running `go install`. You can now run `goimports` as a replacement of `gofmt`.