organizing and refactoring
This commit is contained in:
parent
13b5474cd8
commit
6f159d4728
20 changed files with 832 additions and 488 deletions
11
README.md
11
README.md
|
|
@ -14,8 +14,13 @@ go test -vet=off
|
|||
|
||||
Add to settings.json
|
||||
```
|
||||
"go.testFlags": [
|
||||
"gopls": {
|
||||
"build.buildFlags": [
|
||||
"-tags=DEBUG"
|
||||
]
|
||||
},
|
||||
"go.testFlags": [
|
||||
"-vet=off"
|
||||
],
|
||||
"go.testTags": "TEST"
|
||||
],
|
||||
"go.testTags": "TEST",
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue