1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-12 22:47:42 +02:00

move reflect2 from plz to modern-go

This commit is contained in:
Tao Wen
2018-02-28 17:09:30 +08:00
parent 2a93f9003e
commit 455b3f8bb8
21 changed files with 30 additions and 65 deletions

2
any.go
View File

@ -3,7 +3,7 @@ package jsoniter
import (
"errors"
"fmt"
"github.com/v2pro/plz/reflect2"
"github.com/modern-go/reflect2"
"io"
"reflect"
"strconv"