You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# go-generic-learn/pkg
pkg/pkg.go:5:6: internal compiler error: Cannot export a generic function (yet): Say
Please file a bug report including a short program that triggers the error.
https://golang.org/issue/new
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
main.go:
pkg/pkg.go:
What did you expect to see?
print: Hello, world
What did you see instead?
The text was updated successfully, but these errors were encountered: