diff options
| author | Alex Flint <[email protected]> | 2020-04-03 12:31:52 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-03 12:31:52 -0400 |
| commit | 854aa644a6897022cab3dc5974bc19f0367f9055 (patch) | |
| tree | 2bb7c6c26860731a87f65ade08a84017ac2350e9 /test/some-program/main.go | |
| parent | 6f3675fdf12421b56abafbc514ba723e6e4d696d (diff) | |
| parent | 1fc1a6f6dfb7a332ea90974acd09dadcdf2c2b11 (diff) | |
Merge pull request #110 from alexflint/github-actions
Set up CI using github actions
Diffstat (limited to 'test/some-program/main.go')
| -rw-r--r-- | test/some-program/main.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/some-program/main.go b/test/some-program/main.go deleted file mode 100644 index 34c6077..0000000 --- a/test/some-program/main.go +++ /dev/null @@ -1,11 +0,0 @@ -package main - -import "github.com/alexflint/go-arg" - -func main() { - var args struct { - Test string - } - arg.MustParse(&args) - _ = args.Test -} |
