Searched refs:removeComment (Results 1 – 3 of 3) sorted by relevance
176 aline, _ := removeComment(concatline(line))479 vline, _ := removeComment(concatline(data))662 cline, _ = removeComment(cline)719 data, _ = removeComment(data)
212 got, removed := removeComment([]byte(tc.in))
347 func removeComment(line []byte) ([]byte, bool) { func