-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
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
go1.16beta1: Running go application with go run returns a runtime error. #43320
Comments
Did you delete previous installation of Go before extracting go1.16beta1? |
If you are building the Go distribution from source, you may need to run |
No, I did not. Do I need to delete the previous installation first? |
@rbo13 Yes, see the first line in https://golang.org/doc/install#install. |
Oops, my bad. Didn't notice it. Will try it and see if it fixes the issue. |
Now works will close the issue. Sorry for the trouble. Didn't notice to delete the previous installation of go. Thanks for the help @egonelbre 👍 |
Hi, feel free to close this issue if this is a duplicate. I have encountered an error running my sample application with an initial go code.
This is my sample go code:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Not sure.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Create a sample application, and run the application using
go run
command. Here is the link of my sample code.What did you expect to see?
What did you see instead?
I did not encounter this issue when I was using
go 1.15
version.The text was updated successfully, but these errors were encountered: