multiline comments go code example
Example 1: comment code in golang
/* This is a multi line comment.
You can type within this section */
// single line comment
Example 2: multiline comments coding
/* == start
*/ == end
/* PUT MULTILINE
COMMENT HERE (between
the two delimeters). */