]> Cypherpunks repositories - gostls13.git/commit
encoding/hex: fix Dumper not always closing on Close call
authorTim Cooper <tim.cooper@layeh.com>
Tue, 17 Apr 2018 19:55:42 +0000 (16:55 -0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 17 Apr 2018 20:14:55 +0000 (20:14 +0000)
commit9db1dd074df62d18f6902f06c93c72da0a3ffd16
tree68ac8e53d7ef7cbfcd81d24731dd72273d51d4e4
parentf83e4212688c8dfc9a34f7735fa74d14e7995388
encoding/hex: fix Dumper not always closing on Close call

Updates #23574

Change-Id: I1b87390679e0817a2f6e4e5938994ea32df87bd7
Reviewed-on: https://go-review.googlesource.com/107596
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/encoding/hex/hex.go
src/encoding/hex/hex_test.go