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

public class GoMapType extends GoType
Golang type info about a specific map type.

See GoRttiMapper.getMapGoType() or the "runtime.hmap" type for the definition of a instance of a map variable in memory.