go.tools/cmd/vet: add image.Uniform to untagged literal white list
R=nigeltao CC=golang-dev https://golang.org/cl/10817043
This commit is contained in:
parent
78efac5f33
commit
98e8131132
|
|
@ -161,4 +161,5 @@ var untaggedLiteralWhitelist = map[string]bool{
|
||||||
"image/color.YCbCr": true,
|
"image/color.YCbCr": true,
|
||||||
"image.Point": true,
|
"image.Point": true,
|
||||||
"image.Rectangle": true,
|
"image.Rectangle": true,
|
||||||
|
"image.Uniform": true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue