aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-02-25 00:17:00 -0500
committerBen Burwell <ben@benburwell.com>2020-02-25 00:17:00 -0500
commit94ebf3fa72d21193698a83d19588513b952d4882 (patch)
treea10b1a8c3b13d10bc519dc0c5f0eab1ada81d7bf /go.mod
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..c68aa93
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module bnbl.io/roll
+
+go 1.13