blob: 408ed9b656e955fd013bcfa3aa1e08fe4677c3ce [file] [log] [blame]
// +build OMIT
package main
import "golang.org/x/tour/pic"
type Image struct{}
func main() {
m := Image{}
pic.ShowImage(m)
}