-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go2go: panic with an embedded type param #43759
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
Comments
I tried adding
|
CC @griesemer I'm not sure where the In general the go2go playground does not have good support for embedded type parameters. |
|
I'm working on updating the playground this week; I can take a look at this particular panic. |
also i have the same prombles,but i think is just embedded type parameters not have good support |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
N/A
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://go2goplay.golang.org/p/iYVfYrwMPa3
What did you expect to see?
Print
10
.What did you see instead?
Panic.
The text was updated successfully, but these errors were encountered: