Skip to content

Commit 0fa56a5

Browse files
committed
Fix duplicate go get in imports statement
1 parent 2653890 commit 0fa56a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ go get -u code.google.com/p/go.tools/cmd/godoc
3232
This bundle uses goimports for cleaning up imports and reformatting code, which can be installed with:
3333

3434
```Shell
35-
go get -u go get golang.org/x/tools/cmd/goimports
35+
go get -u golang.org/x/tools/cmd/goimports
3636
```
3737

3838
This bundle uses golint for linting code, which can be installed with:

0 commit comments

Comments
 (0)