Contact
DMCA
Privacy
Robuta
https://github.com/golang/go/issues/27673
x/tools/cmd/goimports: Allow "-local" imports to be sorted in between standard library and third...
goimports supports a -local flag to identify local imports, which are currently sorted after 3rd party import groups. However, this doesn't match the import...
x
tools
cmd
goimports
allow