diff options
Diffstat (limited to 'tools/mpd-stats')
-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 |