File: bytesconv_32.go

package info (click to toggle)
golang-github-valyala-fasthttp 1%3A1.59.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,932 kB
  • sloc: makefile: 34
file content (7 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
6
7
//go:build !amd64 && !arm64 && !ppc64 && !ppc64le && !riscv64 && !s390x

package fasthttp

const (
	maxHexIntChars = 7
)