Question about the GoProcessor

I’d like to know if the Go processor would work with when the content of the report indicates source files with an extension that’s not _.go _

The specification is

	// First line is "mode: foo", where foo is "set", "count", or "atomic".
	// Rest of file is in the format
	//	encoding/base64/base64.go:34.44,37.40 3 1
	// where the fields are: name.go:line.column,line.column numberOfStatements count

Instead of .go there would be the .sx extension

NVM, I’ll use the gcov format instead.