Searched defs:conversionTest (Results 1 – 1 of 1) sorted by relevance
27 type conversionTest struct { struct28 s, d any // source and destination31 wantint int6432 wantuint uint6433 wantstr string34 wantbytes []byte35 wantraw RawBytes36 wantf32 float3237 wantf64 float6438 wanttime time.Time[all …]