Skip to content

krzysztofdrys/goimportstidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goimportstidy

This tool updates your Go import lines, grouping it into three groups:

  • stdlib,
  • external libraries,
  • local libraries (optional).

Installation:

 $ go get github.com/krzysztofdrys/goimportstidy

Usage:

$ goimportstidy -w -local github.com/shipwallet main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages