Skip to content

pkg/terminal,service: add TypeInfo API#4291

Merged
aarzilli merged 1 commit into
go-delve:masterfrom
aarzilli:whatistype
Mar 26, 2026
Merged

pkg/terminal,service: add TypeInfo API#4291
aarzilli merged 1 commit into
go-delve:masterfrom
aarzilli:whatistype

Conversation

@aarzilli
Copy link
Copy Markdown
Member

Add an API to retrieve type information and make the 'whatis' command
accept a type name and print what we know about it.

Fixes #2249

Copy link
Copy Markdown
Member

@derekparker derekparker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Add an API to retrieve type information and make the 'whatis' command
accept a type name and print what we know about it.

Fixes go-delve#2249
@aarzilli aarzilli merged commit b37872a into go-delve:master Mar 26, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow users to list methods of struct/interface

2 participants