]> Cypherpunks repositories - gostls13.git/commit
a[b:len(a)] -> a[b:]
authorChristopher Wedgwood <cw@f00f.org>
Mon, 30 Nov 2009 20:03:43 +0000 (12:03 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 30 Nov 2009 20:03:43 +0000 (12:03 -0800)
commita85c258e670ced67412cc1b2b314ff28f5607f26
treed87a1b485b74597af8243f7ec5128dbd7a561422
parent68d3b6e51a69a66b96051365992f67dca20ec013
a[b:len(a)] -> a[b:]

R=r, rsc
CC=agl1
https://golang.org/cl/161070
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_messages.go