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:
Andrew Gerrand 2013-07-01 12:42:08 +10:00
parent 78efac5f33
commit 98e8131132
1 changed files with 1 additions and 0 deletions

View File

@ -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,
} }