mirror of
https://github.com/mjl-/mox.git
synced 2025-01-17 10:55:37 +03:00
8 lines
210 B
Go
8 lines
210 B
Go
|
// Copyright 2011 The Go Authors. All rights reserved.
|
||
|
// Use of this source code is governed by a BSD-style
|
||
|
// license that can be found in the LICENSE file.
|
||
|
|
||
|
package adns
|
||
|
|
||
|
const hexDigit = "0123456789abcdef"
|