Add new operation

This commit is contained in:
Masaaki Goshima 2020-08-24 01:48:52 +09:00
parent 1e765df4f7
commit 93ce3f8bd2
2 changed files with 2166 additions and 566 deletions

View File

@ -211,7 +211,7 @@ func (t opType) fieldToStringTagField() opType {
"int", "int8", "int16", "int32", "int64",
"uint", "uint8", "uint16", "uint32", "uint64",
"float32", "float64", "bool", "string", "bytes",
"MarshalJSON", "MarshalText",
"array", "map", "mapLoad", "slice", "struct", "MarshalJSON", "MarshalText",
}
primitiveTypesUpper := []string{}
for _, typ := range primitiveTypes {

File diff suppressed because it is too large Load Diff