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
$ echo"package main"> m.go
$ go build m.go
# command-line-arguments
runtime.main: call to external functionmain.main
runtime.main: main.main: not defined
runtime.main: undefined: main.main
With 1.4, there were at least only two; the "call to external function" didn't show up. One would be enough, maybe even one that addresses this fairly special situation head on.