Golang comments: Difference between revisions

From wikinotes
(Created page with "<syntaxhighlight lang="go"> // single line comment →‎Multiline * Comment: </syntaxhighlight>")
(No difference)

Revision as of 19:33, 23 May 2022

// single line comment

/* Multiline
 * Comment
 */