What steps will reproduce the problem?
1. Read the documentation of image.Uniform at: http://tip.golang.org/pkg/image/#Uniform
What is the expected output?
Uniform is an infinite-sized Image of uniform color. It implements the color.Color,
color.Model, and Image interfaces.
What do you see instead?
Uniform is an infinite-sized Image of uniform color. It implements the color.Color,
color.ColorModel, and Image interfaces.
Which version are you using? (run 'go version')
Build version go1.0.1.