]> Cypherpunks repositories - gostls13.git/commit
debug/elf: map/slice literals janitoring
authorDidier Spezia <didier.06@gmail.com>
Sun, 23 Aug 2015 13:59:00 +0000 (13:59 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 25 Aug 2015 01:36:11 +0000 (01:36 +0000)
commit8286f18b94fe92d056fe0112b2e48f2409f49628
tree0679e95677b7ae6e3fd87c53b84f77beaaffca91
parentb11c8b9370b6156fec4510bf00ce956aa77ae8a4
debug/elf: map/slice literals janitoring

Simplify slice/map literal expressions.
Caught with gofmt -d -s, fixed with gofmt -w -s
Reformatted some expressions to improve readability.

Change-Id: Iaf123e6bd49162ec45c59297ad3b002ca59443bc
Reviewed-on: https://go-review.googlesource.com/13850
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/debug/elf/file_test.go