starting v2 and proxy support

This commit is contained in:
Bryan MacFarlane
2020-02-09 00:21:39 -05:00
parent 9fbc767707
commit 4282769cc0
191 changed files with 5351 additions and 14572 deletions

16
matchers.json Normal file
View File

@ -0,0 +1,16 @@
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "^([^:]*: )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
"file": 2,
"line": 4,
"column": 6,
"message": 7
}
]
}
]
}