aboutsummaryrefslogtreecommitdiff
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
parent8702a4095f0d86949b69d379f587f4037d6516fd (diff)
downloadstats-46c583500e3af64fed496f581edaad7885a517ca.tar.gz
stats-46c583500e3af64fed496f581edaad7885a517ca.tar.xz
Add a go.modHEADmaster
-rw-r--r--README.md6
-rw-r--r--go.mod3
-rw-r--r--stats.go2
3 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index b99cc48..cec368e 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,14 @@
Documentation and examples can be found here:
-https://godoc.org/git.riedstra.us/go/stats
+https://godoc.org/riedstra.dev/go/stats
Or locally at:
-http://localhost:6060/pkg/git.riedstra.us/go/stats/
+http://localhost:6060/pkg/riedstra.dev/go/stats/
-when you `go get git.riedstra.us/go/stats` and run:
+when you `go get riedstra.dev/go/stats` and run:
```
godoc
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
diff --git a/stats.go b/stats.go
index 534d24e..59971a8 100644
--- a/stats.go
+++ b/stats.go
@@ -8,7 +8,7 @@
// package main
//
// import (
-// "git.riedstra.us/go/stats"
+// "riedstra.dev/go/stats"
//
// "fmt"
// )