Searched refs:splitGoBuild (Results 1 – 1 of 1) sorted by relevance
154 if text, ok := splitGoBuild(line); ok {166 _, ok := splitGoBuild(line)172 func splitGoBuild(line string) (expr string, ok bool) { func