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)
}