diff options
| author | Alex Flint <[email protected]> | 2020-04-03 11:58:27 -0400 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2020-04-03 11:58:27 -0400 |
| commit | b43f8e2e655479b3f0aa756586f0ef76fff0187c (patch) | |
| tree | e1f618052dce07cd11f56149dbea30ed2ed6e5ac /test/some-program/main.go | |
| parent | 063a48797d56923e2aff4ff12ab84aad204d0ca3 (diff) | |
drop travis and old test dir (module system support is now stable)
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 -} |
