optimized
This commit is contained in:
		@@ -13,11 +13,15 @@ var (
 | 
				
			|||||||
		"string":   reflect.String,
 | 
							"string":   reflect.String,
 | 
				
			||||||
		"int":      reflect.Int,
 | 
							"int":      reflect.Int,
 | 
				
			||||||
		"int32":    reflect.Int,
 | 
							"int32":    reflect.Int,
 | 
				
			||||||
 | 
							"uint32":   reflect.Int,
 | 
				
			||||||
 | 
							"uint64":   reflect.Int64,
 | 
				
			||||||
		"int64":    reflect.Int64,
 | 
							"int64":    reflect.Int64,
 | 
				
			||||||
		"[]string": reflect.Slice,
 | 
							"[]string": reflect.Slice,
 | 
				
			||||||
		"[]int":    reflect.Slice,
 | 
							"[]int":    reflect.Slice,
 | 
				
			||||||
		"[]int64":  reflect.Slice,
 | 
							"[]int64":  reflect.Slice,
 | 
				
			||||||
		"[]int32":  reflect.Slice,
 | 
							"[]int32":  reflect.Slice,
 | 
				
			||||||
 | 
							"[]uint32": reflect.Slice,
 | 
				
			||||||
 | 
							"[]uint64": reflect.Slice,
 | 
				
			||||||
		"bool":     reflect.Bool,
 | 
							"bool":     reflect.Bool,
 | 
				
			||||||
		"struct":   reflect.Struct,
 | 
							"struct":   reflect.Struct,
 | 
				
			||||||
		"float32":  reflect.Float32,
 | 
							"float32":  reflect.Float32,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user