1
0
mirror of https://github.com/json-iterator/go.git synced 2025-04-20 11:28:49 +02:00
This commit is contained in:
Tao Wen 2017-06-29 20:40:25 +08:00
parent fb382c0ec1
commit 1253b8edd3
4 changed files with 28 additions and 28 deletions

@ -1,11 +1,11 @@
package jsoniter
import (
"encoding"
"encoding/base64"
"encoding/json"
"unsafe"
"reflect"
"encoding"
"unsafe"
)
type stringCodec struct {

@ -3,10 +3,10 @@ package jsoniter
import (
"bytes"
"encoding/json"
"fmt"
"github.com/json-iterator/go/require"
"io/ioutil"
"testing"
"fmt"
)
func Test_new_decoder(t *testing.T) {