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 version
$ go version go version devel +4dfbf5ab9c Thu Jun 25 02:57:14 2020 +0000 windows/amd64
n/a
go env
https://go2goplay.golang.org/p/tSna2j-6Epe
Something like
./prog.go:3:6: missing function body
Successful compilation.
The text was updated successfully, but these errors were encountered:
What command are you running?
This is what I see:
> go tool go2go run ~/foo.go2 # command-line-arguments ./foo.go2:3: missing function body /home/iant/gogen/bin/go [run foo.go] failed: exit status 2
Sorry, something went wrong.
I ran $ go run cmd/go2go translate ./issue.go2
$ go run cmd/go2go translate ./issue.go2
Seems already fixed. Closing.
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
n/a
What operating system and processor architecture are you using (
go env
)?n/a
What did you do?
https://go2goplay.golang.org/p/tSna2j-6Epe
What did you expect to see?
Something like
What did you see instead?
Successful compilation.
The text was updated successfully, but these errors were encountered: