mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
This fixes some print calls with wrong format directives. Additionally, struct initialisers were changed to use keyed fields, purely to reduce the amount of noise generated by go vet. Change-Id: Ib9f6fd8f2dff7ce84826478de0ba83dda9746270 Reviewed-on: https://go-review.googlesource.com/21180 Reviewed-by: Ian Lance Taylor <iant@golang.org>