diff options
author | sanine <sanine.not@pm.me> | 2023-04-23 23:04:37 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-04-23 23:04:37 -0500 |
commit | 51a40c981ab3a4902fb7dd661b2e4eddb1994c12 (patch) | |
tree | b37853653ee2f49fc27573c1d10604811053d250 /conf/go.mod | |
parent | 9e110380b9da31a40d7075a92176f99bbc641990 (diff) |
begin adding conf tool
Diffstat (limited to 'conf/go.mod')
-rw-r--r-- | conf/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/go.mod b/conf/go.mod new file mode 100644 index 0000000..81b2db5 --- /dev/null +++ b/conf/go.mod @@ -0,0 +1,3 @@ +module sanine.net/phlox/phloxconf + +go 1.20 |