Sign in
apache
/
rocketmq-externals
/
9a4f5ef2e8d423b2aa60d053b2deb5507ac1d5ee
/
.
/
rocketmq-knative
/
source
/
vendor
/
github.com
/
valyala
/
fasthttp
/
bytesconv_32.go
blob: 14377547443fbc6a7a228c1fe145bf0514911f98 [
file
] [
log
] [
blame
]
// +build !amd64,!arm64,!ppc64
package fasthttp
const (
maxIntChars = 9
maxHexIntChars = 7
)