]> Cypherpunks repositories - gostls13.git/commit
encoding/base64,xml: map/slice literals janitoring
authorDidier Spezia <didier.06@gmail.com>
Sun, 23 Aug 2015 13:00:01 +0000 (13:00 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 11 Sep 2015 14:05:40 +0000 (14:05 +0000)
commitf4f0344fe26cca96cc6063459b48e7af61ae483b
treeaf7566ca6115c5e9141443525800ade9d59df43a
parent41713b4d2b116edcc388dd9b12c15fd67db0efea
encoding/base64,xml: map/slice literals janitoring

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

Change-Id: I639cfb02b1f57dea4087863df3995889c9371529
Reviewed-on: https://go-review.googlesource.com/13837
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/encoding/base64/base64_test.go
src/encoding/xml/marshal_test.go