From 7f208a0c1ec60f97e4bdd81aea0490cf247c6020 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 9 Mar 2019 10:41:53 -0500 Subject: Add a readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` -- cgit v1.2.3