go/src/image/png/example_test.go

const gopher

// gopherPNG creates an io.Reader by decoding the base64 encoded image data string in the gopher constant.
func gopherPNG() io.Reader {}

func ExampleDecode() {}

func ExampleEncode() {}