reorg imports

This commit is contained in:
Josh Baker 2017-04-04 10:46:00 -07:00
parent e0cd4f26a8
commit 458c2c85b8
1 changed files with 1 additions and 2 deletions

View File

@ -2,12 +2,11 @@
package gjson
import (
"encoding/json"
"reflect"
"strconv"
"unsafe"
"encoding/json"
"github.com/tidwall/match"
)