diff options
author | crnh <30109443+crnh@users.noreply.github.com> | 2024-12-23 13:29:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-23 13:29:58 +0100 |
commit | 6176463deb03eff24b2e4d54eba4893fef9923c9 (patch) | |
tree | daa2dd6217faa46a54367325a6425da07b02f284 /go.mod | |
parent | a6bdde0d87f0fbcd1793973c91a20146e3b068f8 (diff) |
Add go module file
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/crnh/typo
+
+go 1.20
\ No newline at end of file |