aboutsummaryrefslogtreecommitdiff
path: root/bytesconv_64.go
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2018-11-14 01:59:18 +0800
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2018-11-14 01:59:18 +0800
commit8a9bdc8177d5b4681dd09bb34e7b00170b05e342 (patch)
tree6e7dbe9d231caa7d76e36e3ecceb8c387d8709b6 /bytesconv_64.go
parentfix go vet do not work on noCopy (diff)
downloadfasthttp-8a9bdc8177d5b4681dd09bb34e7b00170b05e342.tar.gz
fasthttp-8a9bdc8177d5b4681dd09bb34e7b00170b05e342.tar.bz2
fasthttp-8a9bdc8177d5b4681dd09bb34e7b00170b05e342.zip
Fix ParseUint to support all possible numbers
Fixes #461
Diffstat (limited to 'bytesconv_64.go')
-rw-r--r--bytesconv_64.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/bytesconv_64.go b/bytesconv_64.go
index 09d07ef..edf7309 100644
--- a/bytesconv_64.go
+++ b/bytesconv_64.go
@@ -3,6 +3,5 @@
package fasthttp
const (
- maxIntChars = 18
maxHexIntChars = 15
)