commit | d47216cd17848d55a33e6f651cbe408243ed55b8 | [log] [tgz] |
---|---|---|
author | M. J. Fromberger <[email protected]> | Mon Feb 11 10:27:06 2019 -0800 |
committer | Andrew Jackura <[email protected]> | Mon Feb 11 10:27:06 2019 -0800 |
tree | 43bb6d0e3727beaf9fceb073692ea3d76b9f750f | |
parent | 46f0354f63152e8801bb460d26f5b6c4c878efbb [diff] |
Add a go.mod file for basic Go modules support. (#20)
diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f502431 --- /dev/null +++ b/go.mod
@@ -0,0 +1 @@ +module github.com/google/subcommands