]> Cypherpunks repositories - gostls13.git/commit
net: remove unused func appendHex
authorTobias Klauser <tklauser@distanz.ch>
Wed, 23 Aug 2023 08:54:37 +0000 (10:54 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 23 Aug 2023 16:39:32 +0000 (16:39 +0000)
commita97f71578fe326629b6cdeaabe6eb0286ccc5c74
tree241870e8844b69fbe8d07f8aae626ff6e0f109a2
parent184540e9552f8244a0df3c1ff6a1ffbaa4449352
net: remove unused func appendHex

It's unused since CL 463987.

Change-Id: Ic28fd3b4a613cd7b43f817118841d40e3005a5fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/522135
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
src/net/parse.go