OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / stretchr / testify / vendor / github.com / stretchr / objx / codegen / types_list.txt
1 Interface,interface{},"something",nil,Inter
2 Map,map[string]interface{},map[string]interface{}{"name":"Tyler"},nil,MSI
3 ObjxMap,(Map),New(1),New(nil),ObjxMap
4 Bool,bool,true,false,Bool
5 String,string,"hello","",Str
6 Int,int,1,0,Int
7 Int8,int8,1,0,Int8
8 Int16,int16,1,0,Int16
9 Int32,int32,1,0,Int32
10 Int64,int64,1,0,Int64
11 Uint,uint,1,0,Uint
12 Uint8,uint8,1,0,Uint8
13 Uint16,uint16,1,0,Uint16
14 Uint32,uint32,1,0,Uint32
15 Uint64,uint64,1,0,Uint64
16 Uintptr,uintptr,1,0,Uintptr
17 Float32,float32,1,0,Float32
18 Float64,float64,1,0,Float64
19 Complex64,complex64,1,0,Complex64
20 Complex128,complex128,1,0,Complex128