summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2022-04-23 22:11:30 -0400
committersiddharth <s@ricketyspace.net>2022-04-23 22:11:30 -0400
commit5b477d046c0140a60eec8aec7c58eb146798168a (patch)
treef5c5a08ac7d517ade0b6b5e1d1c52d299f29de9f /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..aa9bb54
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module ricketyspace.net/peach
+
+go 1.15