public class GoBuildOutputProcessorTest extends CommonGoToolingTest {
protected static final Path BUILD_OUTPUT_TestResources = getTestResourcePath("buildOutput");
protected static ToolSourceError error(Path path, int line, int column, String errorMessage) {
return new ToolSourceError(new SourceLineColumnLocation(path, line, column), errorMessage);
}