go/src/runtime/debug
Josh Bleecher Snyder 7c9f910607 all: fix vet nits
Fixes these vet complaints:

net/error_test.go:254: unrecognized printf flag for verb 'T': '#'
os/os_test.go:1067: arg mt for printf verb %d of wrong type: time.Time
runtime/debug/garbage_test.go:83: arg dt for printf verb %d of wrong type: time.Time

Change-Id: I0e986712a4b083b75fb111e687e424d06a85a47b
Reviewed-on: https://go-review.googlesource.com/33167
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-11-13 21:27:49 +00:00
..
debug.s all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
garbage.go all: use sort.Slice where applicable 2016-10-04 05:10:56 +00:00
garbage_test.go all: fix vet nits 2016-11-13 21:27:49 +00:00
heapdump_test.go cmd/compile: fix heap dump test on android 2016-06-07 17:34:48 +00:00
stack.go
stack_test.go all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
stubs.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00