Sign in
go
/
website
/
850ae8c1f70576aa9dc40540dbb36e90dcfbc9ae
/
.
/
_content
/
tour
/
methods
/
exercise-images.go
blob: 5b93246081bf09960292e9c78f3661a313d0d18e [
file
] [
log
] [
blame
]
// +build no-build OMIT
package main
import "golang.org/x/tour/pic"
type Image struct{}
func main() {
m := Image{}
pic.ShowImage(m)
}