Descriptioncrypto/tls: add Error method to alert
alerts get used as both values and errors.
Rather than introduce an alertError wrapper,
this CL just adds an Error method, which will
satisfy the error interface when the time comes.
Patch Set 1 #Patch Set 2 : diff -r eb6fbf796acc https://go.googlecode.com/hg #Patch Set 3 : diff -r eb6fbf796acc https://go.googlecode.com/hg #Patch Set 4 : diff -r b036b65920d2 https://go.googlecode.com/hg #MessagesTotal messages: 3
|