jolheiser
318f5c0d77
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
||
---|---|---|
.gitignore | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum | ||
imp.go | ||
main.go | ||
struct.go |
README.md
imp
imp is an opinionated import formatter
The order it follows is:
import (
<stdlib>
<this module's packages>
<other module's packages>
)
imp includes three flags:
--write
will write out the formatting rather than printing--exclude
can be used multiple times to set directories to exclude--verbose
will print out extended information