type imageTest … var imageTests … func decode(filename string) (image.Image, string, error) { … } func decodeConfig(filename string) (image.Config, string, error) { … } func delta(u0, u1 uint32) int { … } func withinTolerance(c0, c1 color.Color, tolerance int) bool { … } func TestDecode(t *testing.T) { … }