diff options
author | Julien Dessaux | 2024-02-05 00:59:31 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-03-07 00:58:09 +0100 |
commit | ceac85dbc11cecb95c738049f2d4fd43c7d18828 (patch) | |
tree | c08a56673092402c8126ef6a4b8cf5a9c2987195 /go.mod | |
parent | chore(repo): initial import (diff) | |
download | gonf-ceac85dbc11cecb95c738049f2d4fd43c7d18828.tar.gz gonf-ceac85dbc11cecb95c738049f2d4fd43c7d18828.tar.bz2 gonf-ceac85dbc11cecb95c738049f2d4fd43c7d18828.zip |
chore(gonf): first draft of the gonf lib with commands, files, packages and variables
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module git.adyxax.org/adyxax/gonf/v2 + +go 1.21.5 |