Searched defs:directiveInfo (Results 1 – 1 of 1) sorted by relevance
305 type directiveInfo struct { struct306 text string // full text of the comment, not including newline307 name string // text after //go:308 offset int // byte offset of first slash in comment