source:
code/trunk/vendor/github.com/valyala/fasthttp/bytesconv_64.go@
145
Last change on this file since 145 was 145, checked in by , 22 months ago | |
---|---|
File size: 132 bytes |
Line | |
---|---|
1 | //go:build amd64 || arm64 || ppc64 || ppc64le |
2 | // +build amd64 arm64 ppc64 ppc64le |
3 | |
4 | package fasthttp |
5 | |
6 | const ( |
7 | maxHexIntChars = 15 |
8 | ) |
Note:
See TracBrowser
for help on using the repository browser.