diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-10-12 21:22:52 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-10-12 21:22:52 +0200 |
commit | dc7876329938d20b8a21704abb7dbbb29dc6667d (patch) | |
tree | 41d0efbaeac2bf38071190547c41c0c39401b42d /go.mod | |
parent | 2ab5ae681b6906286f9971b3be01af94a6d86dcd (diff) |
Initiate new go module
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module git.thomasvoss.com/mast + +go 1.19 |