]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof/internal: map/slice literals janitoring
authorDidier Spezia <didier.06@gmail.com>
Sun, 23 Aug 2015 12:41:07 +0000 (12:41 +0000)
committerRuss Cox <rsc@golang.org>
Sat, 5 Dec 2015 04:01:28 +0000 (04:01 +0000)
commite0c05fcb5b92dee3ab130e41c574b31625514dfe
tree79d90f82938056f450ef1862b2e7514511ad2d78
parenta456e356b2ff551f77640269e6bab06732b98e15
cmd/pprof/internal: map/slice literals janitoring

Simplify slice/map literal expression.
Caught with gofmt -d -s, fixed with gofmt -w -s

Change-Id: I19723900d0649019bf79b9330d68525a68ed69c4
Reviewed-on: https://go-review.googlesource.com/13835
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/pprof/internal/profile/legacy_profile.go