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
Attempting to generate a factorial func:
// Factorial returns an int that equals n!. func Fact
...returns:
func factorial(n int) int { }
The text was updated successfully, but these errors were encountered:
Interesting. I can't reproduce this in vscode. Can you tell me what mode you are using? Is it go-mode?
go-mode
Sorry, something went wrong.
go-mode with lsp-mode disabled (via lsp-disconnect).
lsp-mode
lsp-disconnect
The Factorial example works in a new, clean repo, but not in an existing repo or in go-playground.
go-playground
No branches or pull requests
Attempting to generate a factorial func:
...returns:
The text was updated successfully, but these errors were encountered: