idea-return-highlighter
idea-return-highlighter copied to clipboard
Language support: [Go]
Hope Golang can be supported. Thanks.
In Go, which tokens can be considered returns? Are there implicit returns or do you always state the return
keyword?
As far as I know, the return
keyword will always be used.