jolheiser
37925d9220
ci/woodpecker/tag/goreleaser Pipeline was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
||
---|---|---|
.woodpecker | ||
format | ||
.gitignore | ||
.goreleaser.yaml | ||
.impignore | ||
README.md | ||
go.mod | ||
go.sum | ||
imp.go | ||
main.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--ignore
reads a.impignore
file for globs to include/exclude (.impignore
by default)
.impignore
format
The .impignore
file follows a globber format,
which closely resembles a traditional .gitignore
file.