Skip to content

Commit

Permalink
Fix duplicate go get in imports statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Oct 14, 2015
1 parent 2653890 commit 0fa56a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ go get -u code.google.com/p/go.tools/cmd/godoc
This bundle uses goimports for cleaning up imports and reformatting code, which can be installed with:

```Shell
go get -u go get golang.org/x/tools/cmd/goimports
go get -u golang.org/x/tools/cmd/goimports
```

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

0 comments on commit 0fa56a5

Please sign in to comment.