aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. J. Fromberger <michael.j.fromberger@gmail.com>2019-02-11 10:27:06 -0800
committerAndrew Jackura <ajackura@google.com>2019-02-11 10:27:06 -0800
commitd47216cd17848d55a33e6f651cbe408243ed55b8 (patch)
tree43bb6d0e3727beaf9fceb073692ea3d76b9f750f
parent46f0354f63152e8801bb460d26f5b6c4c878efbb (diff)
downloadgo-subcommands-d47216cd17848d55a33e6f651cbe408243ed55b8.tar.gz
Add a go.mod file for basic Go modules support. (#20)
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
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