Navigation Menu

Skip to content

Commit

Permalink
README: update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed Dec 3, 2014
1 parent 2ca671c commit e3dcc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
@@ -1,7 +1,7 @@
This tool updates your Go import lines, adding missing ones and
removing unreferenced ones.

$ go get code.google.com/p/go.tools/cmd/goimports
$ go get golang.org/x/tools/cmd/goimports

Note the new location. This project has moved to the official
go.tools repo. Pull requests here will no longer be accepted.
Expand All @@ -12,6 +12,6 @@ formatting, also fixes imports.

See usage and editor integration notes, now moved elsewhere:

http://godoc.org/code.google.com/p/go.tools/cmd/goimports
http://godoc.org/golang.org/x/tools/cmd/goimports

Happy hacking!

0 comments on commit e3dcc01

Please sign in to comment.