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.
1 parent c83725b commit 0b930fbCopy full SHA for 0b930fb
cmd/goimports/doc.go
@@ -7,7 +7,7 @@
7
Command goimports updates your Go import lines,
8
adding missing ones and removing unreferenced ones.
9
10
- $ go get golang.org/x/tools/cmd/goimports
+ $ go install golang.org/x/tools/cmd/goimports@latest
11
12
In addition to fixing imports, goimports also formats
13
your code in the same style as gofmt so it can be used
0 commit comments