]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: map/slice literals janitoring
authorDidier Spezia <didier.06@gmail.com>
Sun, 23 Aug 2015 12:14:54 +0000 (12:14 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 10 Sep 2015 21:47:41 +0000 (21:47 +0000)
commit7d48573d468fdbd4ff77c5b0aee5386a2f6967ad
treedfcf39e963ed0e182efdd41be24a77c24da9b00c
parent63ee321059478e5744dc9c21946e764abc3c0eb3
cmd/internal/obj: 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: I0a6773d12200a7b43491f25f914335069a1fa5e8
Reviewed-on: https://go-review.googlesource.com/13833
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/arm/asm5.go
src/cmd/internal/obj/ppc64/asm9.go
src/cmd/internal/obj/x86/asm6.go