* Prepare readme for release * Update vendored packages * New version of dns dependency handles rejecting UPDATEs under the hood * Go 1.11 required
8 lines
78 B
Go
8 lines
78 B
Go
// +build amd64 arm64 ppc64
|
|
|
|
package fasthttp
|
|
|
|
const (
|
|
maxHexIntChars = 15
|
|
)
|