Skip to content

Unresolved method #1739

@zolotov

Description

@zolotov
package main type MyType string func (t MyType) Get(key string) string { return "hello" } func main() { st := MyType("tag") st.Get("key") // <- unresolved Get }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions