| 1 | // Ported from Go |
| 2 | // https://github.com/golang/go/blob/go1.12.5/src/encoding/hex/hex.go |
| 3 | // Copyright 2009 The Go Authors. All rights reserved. |
| 4 | // Use of this source code is governed by a BSD-style |
nothing calls this directly
no test coverage detected