diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-26 12:23:15 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-26 12:46:07 -0700 |
commit | 716dd31f7cf52d9772fd4ed687f9cdc921443a35 (patch) | |
tree | ded6651a3b6e240f60759465af9abccd52d5984d /go.mod | |
parent | 774689062b4ac1921434a6c7a2ac78b8f29ac85a (diff) |
Set up as a separate repov0.0.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module git.lukeshu.com/go/typedsync + +go 1.18 |