diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-05 01:32:52 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-05 01:32:52 +0100 |
commit | 264780bb60dda33e8d06c48be5f1991212d62a9a (patch) | |
tree | 684d61e3e7aaddf73ce4e7c6fc731f72a23a7fac /v2/go.mod | |
parent | 799bb3be1d099ce6979cd6baa8b84acc507130bd (diff) |
Diffstat (limited to 'v2/go.mod')
-rw-r--r-- | v2/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v2/go.mod b/v2/go.mod new file mode 100644 index 0000000..f12c3e9 --- /dev/null +++ b/v2/go.mod @@ -0,0 +1,3 @@ +module git.sr.ht/~mango/opts/v2 + +go 1.21.4 |