diff options
| author | Alex Flint <[email protected]> | 2019-04-04 09:10:24 -0700 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2019-04-04 09:10:24 -0700 |
| commit | 6b4ab7355c15a6935d03ca04bcdce6b77530c1b9 (patch) | |
| tree | 493b2e771e4ef61893773a7c34640de6adef62ba /test | |
| parent | 57836b82be062adc498c947cc923538cf7698b77 (diff) | |
add golangci badge, and fix some lint issues found by the tool
Diffstat (limited to 'test')
| -rw-r--r-- | test/some-program/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/some-program/main.go b/test/some-program/main.go index bc6140f..34c6077 100644 --- a/test/some-program/main.go +++ b/test/some-program/main.go @@ -7,4 +7,5 @@ func main() { Test string } arg.MustParse(&args) + _ = args.Test } |
