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() { … }
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() { … }