]> Cypherpunks.ru repositories - gostls13.git/commit
runtime,internal/trace: map/slice literals janitoring
authorDidier Spezia <didier.06@gmail.com>
Sun, 23 Aug 2015 13:18:14 +0000 (13:18 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 11 Sep 2015 14:03:43 +0000 (14:03 +0000)
commit4f33436004605a086a2c981ac2fad93a3dbe90db
treeaf36b5ba165c52fbd9d428a2f6796c019ba1df2f
parent90f69259ec3f2b306fce26481baaea0b3611579d
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>
src/internal/trace/parser.go
src/runtime/trace/trace_stack_test.go