1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-15 22:50:24 +02:00

fix #313 support json marshaller type as map key

This commit is contained in:
Tao Wen
2018-10-24 23:28:41 +08:00
parent 5916df66b3
commit 05d041de10
6 changed files with 102 additions and 24 deletions

View File

@ -1,13 +1,13 @@
package test
import (
"bytes"
"github.com/json-iterator/go"
"github.com/stretchr/testify/require"
"strconv"
"testing"
"time"
"unsafe"
"bytes"
)
func Test_customize_type_decoder(t *testing.T) {