Golang comments

From wikinotes
Revision as of 19:33, 23 May 2022 by Will (talk | contribs) (Created page with "<syntaxhighlight lang="go"> // single line comment →‎Multiline * Comment: </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
// single line comment

/* Multiline
 * Comment
 */