aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-03-09 10:41:53 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-03-09 10:41:53 -0500
commit7f208a0c1ec60f97e4bdd81aea0490cf247c6020 (patch)
tree6d9e75fa1abb943534946f14a967527711268cec
parent46f933fbac76630016e96aeb1f434cdd09ec3aa8 (diff)
downloadstats-7f208a0c1ec60f97e4bdd81aea0490cf247c6020.tar.gz
stats-7f208a0c1ec60f97e4bdd81aea0490cf247c6020.tar.xz
Add a readme
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b99cc48
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# Basic statistics package for large streams of data
+
+Documentation and examples can be found here:
+
+https://godoc.org/git.riedstra.us/go/stats
+
+
+Or locally at:
+
+http://localhost:6060/pkg/git.riedstra.us/go/stats/
+
+when you `go get git.riedstra.us/go/stats` and run:
+
+```
+godoc
+```