diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
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 +``` |
