- up
This commit is contained in:
@@ -178,7 +178,7 @@ func TestTrimBlanChar(t *testing.T) {
|
||||
func TestStruct2MapByJson(t *testing.T) {
|
||||
mapData := Struct2MapByJson(&struct {
|
||||
IntData int `structs:"dataInt"`
|
||||
StrData string `json:"dataStr"`
|
||||
StrData string `json:"-"`
|
||||
}{
|
||||
IntData: 1,
|
||||
StrData: "2",
|
||||
|
||||
Reference in New Issue
Block a user