You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ci/woodpecker/push/goreleaser Pipeline was successful
Details
ci/woodpecker/tag/goreleaser Pipeline was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com> |
5 months ago | |
---|---|---|
.woodpecker | 10 months ago | |
format | 5 months ago | |
.gitignore | 10 months ago | |
.goreleaser.yaml | 10 months ago | |
.impignore | 3 years ago | |
README.md | 10 months ago | |
go.mod | 10 months ago | |
go.sum | 10 months ago | |
imp.go | 5 months ago | |
main.go | 10 months ago |
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.