]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: map/slice literals janitoring
authorDidier Spezia <didier.06@gmail.com>
Sun, 23 Aug 2015 12:49:16 +0000 (12:49 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 11 Sep 2015 14:04:11 +0000 (14:04 +0000)
commit400bb82678c34988e02d8bd0a6449b00c1965d50
tree37e5926487d569732114c9574e469e59104ba565
parent4f33436004605a086a2c981ac2fad93a3dbe90db
crypto/x509: map/slice literals janitoring

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

Change-Id: I4472c6003cf66e65f6e69050872ff95c96f01253
Reviewed-on: https://go-review.googlesource.com/13836
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/crypto/x509/x509_test.go