Skip to content

csigo/revimport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

revimport

$ go get -u github.com/csigo/revimport

revimport is to revert packages which import given packages in goimports path. For example, if run revimport with fmt package, then it will print out all packages that import fmt.

revimport allows you to check if the modified packages affect those packages importing them.

Usage

$ revimport -pkgs='pkgname1[,pkgname2...]'

Releases

No releases published

Packages

No packages published

Languages