gii 0.1.2
Set repositories which doesn't belong golang project to .goimportsignore. When you employ go-style directory tree to maintain all projects even if such projects are not written in golang, your $GOPATH/src has too many repositories and it makes goimports slower. gii lists up repositories which doesn't belong to golang projects from your $GOPATH/src and writes them to .goimportsignore, so that goimports doesn't search such repositories.
Tags | golang |
---|---|
License | MITL |
State | beta |