setup-go/matchers.json
Bryan MacFarlane 34223181a5 starting
2020-03-27 19:56:10 -04:00

16 lines
379 B
JSON

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