Commit 04f110e5 authored by Shenghou Ma's avatar Shenghou Ma

cmd/vet: don't give error for Printf("%+5.2e", x)

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5696048
parent 52cd4c86
......@@ -167,7 +167,7 @@ var printVerbs = []printVerb{
{'b', numFlag},
{'c', "-"},
{'d', numFlag},
{'e', "-."},
{'e', numFlag},
{'E', numFlag},
{'f', numFlag},
{'F', numFlag},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment