]> Cypherpunks repositories - gostls13.git/commit
encoding/hex: add error check for write error.
authorRui Ueyama <ruiu@google.com>
Mon, 17 Mar 2014 19:07:30 +0000 (12:07 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 17 Mar 2014 19:07:30 +0000 (12:07 -0700)
commit01d49dc2ddda443f302be8ca0aa1378d550687ef
tree5a48b4d3ae4ed7db7e8131ad3b27eec15f9e16ef
parent2940dd4bf416322011182a7f8d8d5706932db61f
encoding/hex: add error check for write error.

I believe the original author of this code just forgot to check for error here.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/76760043
src/pkg/encoding/hex/hex.go