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

add tests for #283

This commit is contained in:
Tao Wen
2018-07-01 13:05:25 +08:00
parent 8744d7c5c7
commit 720ab8dc7f
5 changed files with 13 additions and 7 deletions

View File

@ -2,8 +2,8 @@ package extra
import (
"github.com/json-iterator/go"
"unicode"
"strings"
"unicode"
)
// SupportPrivateFields include private fields when encoding/decoding
@ -52,4 +52,3 @@ func calcFieldNames(originalFieldName string, tagProvidedFieldName string, whole
}
return fieldNames
}