-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal: go/types.ImportFunc #63477
Comments
I have a similar one here: https://github.com/burrowers/garble/blob/45b591d8eb924d05e7452c9c409e15a0a0b7775b/main.go#L158-L172 Note that it works with the Shouldn't that be the added API, e.g. as
|
If we accept #47487, then we won't need this. Perhaps it makes sense to muddle along with these unexported implementations for now. |
I propose to add these two lines to
go/types
:since we seem to keep typing them out everywhere else:
@gri @findleyr
The text was updated successfully, but these errors were encountered: