mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
src, misc: applied gofmt -w -s
TBR=rsc R=golang-codereviews CC=golang-codereviews https://golang.org/cl/111770043
This commit is contained in:
parent
138099ae96
commit
b39e2a0ca3
9 changed files with 19 additions and 19 deletions
|
|
@ -525,7 +525,7 @@ func TestCipherSuiteCertPreferenceECDSA(t *testing.T) {
|
|||
config = *testConfig
|
||||
config.CipherSuites = []uint16{TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA}
|
||||
config.Certificates = []Certificate{
|
||||
Certificate{
|
||||
{
|
||||
Certificate: [][]byte{testECDSACertificate},
|
||||
PrivateKey: testECDSAPrivateKey,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue