2019-06-21 01:51:56 +08:00
|
|
|
{
|
|
|
|
"problemMatcher": [
|
|
|
|
{
|
|
|
|
"owner": "go",
|
|
|
|
"pattern": [
|
|
|
|
{
|
2023-09-14 02:03:00 +08:00
|
|
|
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(?:(\\d+):)?)? (.*)",
|
2020-03-28 07:56:10 +08:00
|
|
|
"file": 1,
|
|
|
|
"line": 2,
|
|
|
|
"column": 3,
|
|
|
|
"message": 4
|
2019-06-21 01:51:56 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2021-12-17 23:47:05 +08:00
|
|
|
}
|