Skip to content

Commit

Permalink
Merge pull request #10 from mkaz/master
Browse files Browse the repository at this point in the history
Fix duplicate `go get` in imports statement
  • Loading branch information
syscrusher committed Oct 16, 2015
2 parents 2653890 + 0fa56a5 commit 432af5b
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 432af5b

Please sign in to comment.