setup-go/matchers.json
Bryan MacFarlane e36ce1d6cf tabs or spaces
2020-03-30 10:46:01 -04:00

16 lines
373 B
JSON

{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "^\\s*(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}