doc.go: starting a requirements outline

This commit is contained in:
Vincent Batts 2015-03-17 17:30:41 -04:00
parent da81f82e13
commit 4ac1701698
1 changed files with 8 additions and 0 deletions

8
doc.go Normal file
View File

@ -0,0 +1,8 @@
/*
What do you expect from a merkle tree API?
* streaming support
- building a tree from an io.Reader
- validating a tree from an io.Reader
*/
package merkle