Skip to content

[1.0] Redeclare type method inspection #1373

@linniksa

Description

@linniksa
type Message byte

func (m *Message) Foo() {
}

func (m Message) Foo() {
}

func (m Message) Foo() string {
    return ""
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions