diff options
author | joop <Joop Kiefte> | 2022-04-02 02:44:09 +0100 |
---|---|---|
committer | joop <Joop Kiefte> | 2022-04-02 02:44:09 +0100 |
commit | 6d3e79cd12787fdadec5e2f5b9202950f0eac7f3 (patch) | |
tree | ce2ae2c6c89a2f2e2fecf252550a61419b29f674 /go.mod | |
parent | 603446228ab0dab7e7c2f5b38cba597897d59341 (diff) |
Add go.mod
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module phelpsify + +go 1.18 |