Versions in this module Expand all Collapse all v0 v0.1.6 Oct 15, 2024 v0.1.5 Oct 6, 2024 v0.1.4 Jun 22, 2023 v0.1.3 Apr 14, 2023 v0.1.2 Nov 27, 2022 v0.1.1 Nov 27, 2022 v0.1.0 Nov 19, 2022 v0.0.19 Nov 16, 2022 v0.0.18 Nov 14, 2022 v0.0.17 Nov 13, 2022 Changes in this version + type Local struct + Field1 Local2 + Field2 *Local2 + type Local2 struct + Field1 common.Common + Field2 *common.Common + type MapStruct struct + Map map[common.MapKey]common.Common2 + U unused.Unused + type MapStruct2 struct + Map map[common.MapKey]*common.Common2 + type PkgSpecific struct + Field1 string + type Primitives struct + Bool bool + Byte byte + Complex128 complex128 + Complex64 complex64 + CreateAt time.Time + Float32 float32 + Float64 float64 + Int int + Int16 int16 + Int32 int32 + Int64 int64 + Int8 int8 + MAP *rune + PtrBool *bool + PtrByte *byte + PtrComplex128 *complex128 + PtrComplex64 *complex64 + PtrFloat32 *float32 + PtrFloat64 *float64 + PtrInt *int + PtrInt16 *int16 + PtrInt32 *int32 + PtrInt64 *int64 + PtrInt8 *int8 + PtrRune *rune + PtrString *string + PtrUintptr *uintptr + PtrUnt *uint + PtrUnt16 *uint16 + PtrUnt32 *uint32 + PtrUnt64 *uint64 + PtrUnt8 *uint8 + Rune rune + String string + Uintptr uintptr + Unt uint + Unt16 uint16 + Unt32 uint32 + Unt64 uint64 + Unt8 uint8 + type SliceStruct struct + Slice *[]Local2 + type SliceStruct2 struct + Slice []common.Common + type StructuresMapping struct + Field1 common.Common + Field2 common.Common + Field3 *common.Common + Field4 *common.Common + PkgSpecific1 PkgSpecific + PkgSpecific2 PkgSpecific + PkgSpecific3 *PkgSpecific + PkgSpecific4 *PkgSpecific + type StructuresMapping2 struct + Field1 Local + Field2 Local + Field3 *Local + Field4 *Local v0.0.16 Nov 12, 2022 v0.0.15 Nov 12, 2022 v0.0.14 Nov 11, 2022