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
DETAILS:
Hi. I want to know if it's normal that no errors are shown when I try:
package main import "fmt" func main() { bar := "hello" bar = 2 fmt.Printf(bar) }
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, fyi, this is flagged as a problem in the JetBrains maintained plugin: https://plugins.jetbrains.com/plugin/9568-go or the IDE counterpart: https://www.jetbrains.com/go/ Hope it helps.
Sorry, something went wrong.
Oh, thank you for the quick answer. I will take a look in the JetBrains issue.
No branches or pull requests
DETAILS:
Hi.
I want to know if it's normal that no errors are shown when I try:
Thank you.
The text was updated successfully, but these errors were encountered: