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

Recent Releases

0.1.227 Jul 2016 13:45 minor feature: File paths are slashed.
0.1.023 Jul 2016 05:41 minor feature: Initial release.