Skip to content

bradfitz/goimports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

919f4f2 · Dec 11, 2014

History

63 Commits
May 26, 2013
Jun 1, 2013
Dec 3, 2014
Dec 11, 2014

Repository files navigation

This tool updates your Go import lines, adding missing ones and
removing unreferenced ones.

     $ 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.
     Please use the Go process: http://golang.org/doc/contribute.html

It acts the same as gofmt (same flags, etc) but in addition to code
formatting, also fixes imports.

See usage and editor integration notes, now moved elsewhere:

   http://godoc.org/golang.org/x/tools/cmd/goimports

Happy hacking!

About

(old repo) Tool to fix (add, remove) your Go imports automatically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages