You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On comments, the specification says
(http://golang.org/ref/spec#Comments): General comments start with the
character sequence /* and continue through the character sequence */.
A general comment containing one or more newlines acts like a newline,
otherwise it acts like a space.
Fixesgolang/go#11528.
Change-Id: I8a44c68e5b0d41964191c9599493c40d1a1ce500
Reviewed-on: https://go-review.googlesource.com/13064
Reviewed-by: Ian Lance Taylor <[email protected]>
0 commit comments