2
0
mirror of https://gitea.com/actions/setup-go.git synced 2025-02-23 12:10:35 +07:00
setup-go/matchers.json

16 lines
373 B
JSON
Raw Normal View History

2019-06-21 00:51:56 +07:00
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
2020-03-30 21:46:01 +07:00
"regexp": "^\\s*(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
2020-03-28 06:56:10 +07:00
"file": 1,
"line": 2,
"column": 3,
"message": 4
2019-06-21 00:51:56 +07:00
}
]
}
]
}