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

import github.com/stretchr/testify/require

This commit is contained in:
Tao Wen
2017-07-07 09:13:25 +08:00
parent 5bc013d6a3
commit b74ffb2e03
40 changed files with 34 additions and 1740 deletions

View File

@ -8,7 +8,7 @@ import (
"testing"
"unicode/utf8"
"github.com/json-iterator/go/require"
"github.com/stretchr/testify/require"
)
func Test_new_encoder(t *testing.T) {