godbg ¤ Functions: go_dump – go_type – Attributes: parser – parser module-attribute ¤ parser = ArgumentParser( description="Dumps a Go runtime reflection type at a specified address." ) go_dump ¤ go_dump( ty: str, address: int, hex: bool, decimals: int | None, debug: bool, pretty: bool, ) -> None go_type ¤ go_type(address: int) -> None