blob: c3a56401ccaf061d70919ba07592448858ab5b99 [file] [log] [blame]
// +build OMIT
package main
import (
"code.google.com/p/go-tour/pic"
"image"
)
type Image struct{}
func main() {
m := Image{}
pic.ShowImage(m)
}