diff options
author | Valentin Popov <valentin@popov.link> | 2025-02-02 04:21:26 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-02-02 04:23:04 +0300 |
commit | 421b81f6fcdee15a4a3642081748ca679bcee8a5 (patch) | |
tree | a110004cacd859ff1b97cd16aeb8af03f17f7ccd /go.mod | |
parent | b43cb957c71a2699112f54e3d37113410c4bfce0 (diff) | |
download | devcli-421b81f6fcdee15a4a3642081748ca679bcee8a5.tar.xz devcli-421b81f6fcdee15a4a3642081748ca679bcee8a5.zip |
Initial Go project
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/valentineus/devcli + +go 1.23.4 |