Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
Needs an update to vet as well then, which complains about %b in combination with complex numbers.
No point in vet checking for something that hasn't happened yet. It's a different repo, so it can't be in this CL. All in good time. -rob
Sorry for the misunderstanding, didn't mean to suggest including that in this CL; just pointed it out.
It's already staged and ready. Suppose I could send it.
LGTM
*** Submitted as https://code.google.com/p/go/source/detail?r=3e162252c755 *** fmt: %b for complex64 and complex128 Just an oversight they were missing. Fixes issue 6387 R=golang-dev, dominik.honnef, rsc CC=golang-dev https://codereview.appspot.com/13715043