aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-01-23 13:48:32 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2021-01-23 13:48:32 -0500
commit46c583500e3af64fed496f581edaad7885a517ca (patch)
treefeb9224971b8099366142bd66171ec894aad293f /go.mod
parent8702a4095f0d86949b69d379f587f4037d6516fd (diff)
downloadstats-master.tar.gz
stats-master.tar.xz
Add a go.modHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..528aaea
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module riedstra.dev/go/stats
+
+go 1.15