Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsp: show info of function type correctly #2244

Merged
merged 1 commit into from
Apr 27, 2019
Merged

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Apr 26, 2019

Only strip the '{' onwards on type struct and interface types so that
functions that have a parameter of type interface{} and function types
don't get truncated.

Fixes #2243

Only strip the '{' onwards on type struct and interface types so that
functions that have a parameter of type interface{} and function types
don't get truncated.

Fixes fatih#2243
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.

:GoInfo shows function signature truncated at { with gopls
1 participant