1
0
mirror of https://github.com/golang/go synced 2024-10-03 09:21:21 -06:00
go/src/runtime/trace
Didier Spezia 4f33436004 runtime,internal/trace: map/slice literals janitoring
Simplify slice/map literal expressions.
Caught with gofmt -d -s, fixed with gofmt -w -s
Checked that the result can still be compiled with Go 1.4.

Change-Id: I06bce110bb5f46ee2f45113681294475aa6968bc
Reviewed-on: https://go-review.googlesource.com/13839
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-09-11 14:03:43 +00:00
..
trace_stack_test.go runtime,internal/trace: map/slice literals janitoring 2015-09-11 14:03:43 +00:00
trace_test.go runtime/trace: remove existing Skips 2015-07-29 22:32:23 +00:00
trace.go