about summary refs log tree commit diff
path: root/tools/mpd-stats
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-09 13:36:04 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-11 14:32:06 -0700
commitc15de8f9e6804db9cc913a596c8f50a188d1e1a8 (patch)
treee179879a77f941697c7aa65a6bb8e2d82e4bc1ca /tools/mpd-stats
parentAdd README.org, LICENSE.txt (diff)
downloadworld-c15de8f9e6804db9cc913a596c8f50a188d1e1a8.tar.gz
add initial go.mod
Diffstat (limited to 'tools/mpd-stats')
-rw-r--r--tools/mpd-stats/go.mod3
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