1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:14:46 -07:00
go/cmd
Rob Pike 5ba51116ee go.tools/cmd/vet: treat arrays like slices in the printf checks.
The analysis for types.Array was just missing. It's the same as a slice,
but we can't share code easily because the types differ, so we just dup it.

R=dsymonds
CC=golang-dev
https://golang.org/cl/12041045
2013-07-30 14:00:52 +10:00
..
cover all: be more idiomatic when documenting boolean return values. 2013-07-23 10:37:43 +10:00
godoc go.tools/cmd/godoc: use playground package from go.tools 2013-07-24 17:25:24 +10:00
vet go.tools/cmd/vet: treat arrays like slices in the printf checks. 2013-07-30 14:00:52 +10:00