diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-09 13:36:04 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-11 14:32:06 -0700 |
commit | c15de8f9e6804db9cc913a596c8f50a188d1e1a8 (patch) | |
tree | e179879a77f941697c7aa65a6bb8e2d82e4bc1ca /tools | |
parent | Add README.org, LICENSE.txt (diff) | |
download | world-c15de8f9e6804db9cc913a596c8f50a188d1e1a8.tar.gz |
add initial go.mod
Diffstat (limited to '')
-rw-r--r-- | tools/mpd-stats/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/mpd-stats/go.mod b/tools/mpd-stats/go.mod new file mode 100644 index 0000000..fc37193 --- /dev/null +++ b/tools/mpd-stats/go.mod @@ -0,0 +1,3 @@ +module golang.fcuny.net/mpd-stats + +go 1.17 |