mirror of
https://github.com/golang/go
synced 2024-11-18 11:04:42 -07:00
cmd/goimports: update docs to not imply goimports is superset of gofmt
Change-Id: I098fa50c274d8206b6e2534d647cfae18d6b2703 Reviewed-on: https://go-review.googlesource.com/45390 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
5d733ef37e
commit
7d47e840ac
@ -5,9 +5,9 @@ adding missing ones and removing unreferenced ones.
|
||||
|
||||
$ go get golang.org/x/tools/cmd/goimports
|
||||
|
||||
It's a drop-in replacement for your editor's gofmt-on-save hook.
|
||||
It has the same command-line interface as gofmt and formats
|
||||
your code in the same way.
|
||||
In addition to fixing imports, goimports also formats
|
||||
your code in the same style as gofmt so it can be used
|
||||
as a replacement for your editor's gofmt-on-save hook.
|
||||
|
||||
For emacs, make sure you have the latest go-mode.el:
|
||||
https://github.com/dominikh/go-mode.el
|
||||
|
Loading…
Reference in New Issue
Block a user