Skip to content

Allow passing of structs to functions as pointer #63

@monstermichl

Description

@monstermichl

Allow passing of structs to functions as pointer. E.g.

type testStruct struct {
    a, b string,
}

func test(s *testStruct) {
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions