goimports

command module
v0.0.0-...-4c4ed48 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2013 License: BSD-3-Clause Imports: 12 Imported by: 0

README

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

     $ go get github.com/bradfitz/goimports

It's a fork of gofmt, and will also format your code, so it can be
used as a replacement for your gofmt-on-save hook in your editor of
choice.

For emacs, make sure you have the latest (Go 1.2) go-mode.el:
   https://go.googlecode.com/hg/misc/emacs/go-mode.el

Then in your .emacs file:
   (setq gofmt-command "goimports")
   (add-to-list 'load-path "/home/you/goroot/misc/emacs/")
   (require 'go-mode-load)
   (add-hook 'before-save-hook 'gofmt-before-save)

For vim, set "gofmt_command" to "goimports":

    https://code.google.com/p/go/source/detail?r=39c724dd7f252
    https://code.google.com/p/go/source/browse#hg%2Fmisc%2Fvim
    etc

For other editors, you probably know what to do.

Happy hacking!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL