java.lang.Object
ghidra.app.util.bin.format.golang.rtti.types.GoType
ghidra.app.util.bin.format.golang.rtti.types.GoPlainType
All Implemented Interfaces:
StructureMarkup<GoType>, StructureReader<GoType>

public class GoPlainType extends GoType implements StructureReader<GoType>
WARNING: tricky code / class layout here!

To coerce java inheritance and structmapping features to match the layout of go rtti type structs, this class is constructed strangely.