flatdata icon indicating copy to clipboard operation
flatdata copied to clipboard

Comments in Go are double escaped

Open VeaaC opened this issue 6 years ago • 0 comments

E.g.:

// /*
//  * This is a comment about Bar
//  */
type Bar struct {
    descriptor flatdata.MemoryDescriptor
	position int
}

FYI: @artemnikitin

VeaaC avatar Mar 15 '19 13:03 VeaaC