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
google#391 opened by @owenkealey on Jan 18
Hello,
Whenever I use this tool, it transpiles without error, but then when I try to run the Go file it produces, I am hit with this error
The text was updated successfully, but these errors were encountered:
Comment by owenkealey Thursday Jan 18, 2018 at 23:51 GMT
changing the package from 7 to main also doesnt help as that results in the following error:
runtime.main_main·f: relocation target main.main not defined runtime.main_main·f: undefined: "main.main"
Sorry, something went wrong.
Comment by alanjds Wednesday Feb 28, 2018 at 02:48 GMT
Can you provide the program you are trying to transpile+compile+run ? Including the file name.
Closing as no feedback was provided in more than 6 months.
@owenkealey please reopen if you can provide the failing code.
No branches or pull requests
google#391 opened by @owenkealey on Jan 18
Hello,
Whenever I use this tool, it transpiles without error, but then when I try to run the Go file it produces, I am hit with this error
The text was updated successfully, but these errors were encountered: