0
1
Fork 0
setup-go/matchers.json

16 lines
364 B
JSON
Raw Normal View History

2019-06-20 19:51:56 +02:00
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "^([^:]*: )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
"file": 2,
"line": 4,
"column": 6,
"message": 7
}
]
}
]
}