We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go.mod
module test.com go 1.21.4
use.gop
println "hello"
use.go
package main import "test.com/def" func _() { n := &def.N{} n. }
def/overload.go
package def const GopPackage = true type N struct { } func (m *N) OnKey__0(a string, fn func()) { } func (m *N) OnKey__1(a string, fn func(key string)) { } func (m *N) OnKey__2(a []string, fn func()) { } func (m *N) OnKey__3(a []string, fn func(key string)) { }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
go.mod
use.gop
use.go
def/overload.go
The text was updated successfully, but these errors were encountered: