Skip to content

Issue in param type extraction #734

@Mzack9999

Description

@Mzack9999

Param types are extracted with fmt.Sprint(param.Type) which produces garbage like &{context Context} instead of context.Context. Result types already use types.ExprString correctly, so we just need the same for params.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions