We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go get
1 parent 2653890 commit 0fa56a5Copy full SHA for 0fa56a5
README.md
@@ -32,7 +32,7 @@ go get -u code.google.com/p/go.tools/cmd/godoc
32
This bundle uses goimports for cleaning up imports and reformatting code, which can be installed with:
33
34
```Shell
35
-go get -u go get golang.org/x/tools/cmd/goimports
+go get -u golang.org/x/tools/cmd/goimports
36
```
37
38
This bundle uses golint for linting code, which can be installed with:
0 commit comments