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 ordering of some projects which sort local imports last. E.g.,
Should goimports have flags to control the import group ordering, or should local packages always be imported last?