You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have goland set to run goimports -local github.com/Azure/azure-workload-identity -w <filename> on save.
// LocalPrefix is a comma-separated string of import path prefixes, which, if// set, instructs Process to sort the import paths with the given prefixes// into another group after 3rd-party packages.varLocalPrefixstring
I have this mostly automated:
goimports does
stdlib
,3rd-party
, and thenlocal
.I have
goland
set to rungoimports -local github.com/Azure/azure-workload-identity -w <filename>
on save.Originally posted by @enj in #722 (comment)
The text was updated successfully, but these errors were encountered: