func encoding/hex.DecodedLen

2 uses

	encoding/hex (current package)
		hex.go#L49: func DecodedLen(x int) int { return x / 2 }

	github.com/lib/pq
		encode.go#L516: 		result = make([]byte, hex.DecodedLen(len(s)))