summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-02-05 22:17:05 -0500
committerBen Burwell <ben@benburwell.com>2020-02-05 22:17:05 -0500
commitb4c1e4226a16266ffe17a84ef87a0876b02d9ff9 (patch)
tree3dde6860dd45b7a26c094d929ba2c10947bc992f /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..4f4d0fa
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module bnbl.io/wx
+
+go 1.13