1
0
mirror of https://github.com/json-iterator/go.git synced 2025-07-15 23:54:21 +02:00

increase coverage

This commit is contained in:
Xargin
2017-07-05 11:40:20 +08:00
parent 1745078ab7
commit 550531a046
7 changed files with 83 additions and 8 deletions

@ -1,8 +1,8 @@
package jsoniter
import (
"strconv"
"math"
"strconv"
)
var _POW10 []uint64