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
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Adding an alias to the import such as storagetransfer "google.golang.org/api/storagetransfer/v1", appears to resolve it, although Goland complains of a redundant alias.
I'm importing
google.golang.org/api/storagetransfer/v1in one of my source files and attempting to run mockgen on it results in:Adding an alias to the import such as
storagetransfer "google.golang.org/api/storagetransfer/v1", appears to resolve it, although Goland complains of a redundant alias.I am using modules.