We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_
Read comments for context.
Old title: Syntax highlighting doesn't support _ in named return
Old description:
The syntax highlighting fails on the _ in cases like:
func getPort() (port int, _ error) { // do stuff }