Skip to content
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

x/playground: images are broken #34772

Closed
bradfitz opened this issue Oct 8, 2019 · 1 comment
Closed

x/playground: images are broken #34772

bradfitz opened this issue Oct 8, 2019 · 1 comment

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Oct 8, 2019

Looks like we (probably I) broke images in the playground at some point:

https://tour.golang.org/moretypes/18
https://tour.golang.org/methods/25

go: finding golang.org/x/tour latest
go: downloading golang.org/x/tour v0.0.0-20190829165821-3c9f1af8b2da
go: extracting golang.org/x/tour v0.0.0-20190829165821-3c9f1af8b2da
./prog.go:9:15: cannot use m (type Image) as type image.Image in argument to pic.ShowImage:
	Image does not implement image.Image (missing At method)

@gopherbot gopherbot added this to the Unreleased milestone Oct 8, 2019
@bradfitz
Copy link
Contributor Author

bradfitz commented Oct 8, 2019

Nevermind, I didn't read the tour text. Newbie mistake. :)

@bradfitz bradfitz closed this as completed Oct 8, 2019
@golang golang locked and limited conversation to collaborators Oct 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants