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
to have a canonical import path, but not for development (when --tags=dev is passed to go build or go install).
however neither gofmt nor goimports allow tags to be passed, so they are not usable in this scenario. so please add support for tags to these commands.
also if the canonical path does not match the repository path, both commands hang, while they should through the same error as go build.