flatdata
flatdata copied to clipboard
Comments in Go are double escaped
E.g.:
// /*
// * This is a comment about Bar
// */
type Bar struct {
descriptor flatdata.MemoryDescriptor
position int
}
FYI: @artemnikitin