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
WIP: Updates for minor changes to the go/types API.
The type of go/types.Importer has changed from a func to an interface.
Make appropriate changes.
TODO: Re-organize code so that if importError == nil { importError =
err } still takes place. It's needed to resolve#119.
0 commit comments