source: code/trunk/vendor/github.com/valyala/fasthttp/bytesconv_32.go@ 145

Last change on this file since 145 was 145, checked in by Izuru Yakumo, 22 months ago

Updated the Makefile and vendored depedencies

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 139 bytes
Line 
1//go:build !amd64 && !arm64 && !ppc64 && !ppc64le
2// +build !amd64,!arm64,!ppc64,!ppc64le
3
4package fasthttp
5
6const (
7 maxHexIntChars = 7
8)
Note: See TracBrowser for help on using the repository browser.