Sign in
go
/
website
/
97c56edbf39ac4976aad3862fbd48c2aaa989a9a
/
.
/
_content
/
tour
/
methods
/
exercise-images.go
blob: 6dfd7e45040b042ad2df9490e7613681bb4b70b2 [
file
] [
log
] [
blame
]
//go:build nobuild || OMIT
package main
import "golang.org/x/tour/pic"
type Image struct{}
func main() {
m := Image{}
pic.ShowImage(m)
}