single line comment in go code example
Example: single line comment in go
/* This is a multi line comment.
You can type within this section */
// single line comment
/* This is a multi line comment.
You can type within this section */
// single line comment