summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-01-26 12:23:15 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-01-26 12:46:07 -0700
commit716dd31f7cf52d9772fd4ed687f9cdc921443a35 (patch)
treeded6651a3b6e240f60759465af9abccd52d5984d /go.mod
parent774689062b4ac1921434a6c7a2ac78b8f29ac85a (diff)
Set up as a separate repov0.0.1
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..bf43b51
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.lukeshu.com/go/typedsync
+
+go 1.18