add top level doc.go file to pilosa package

This commit is contained in:
Matt Jaffee 2017-04-18 13:55:48 -05:00
parent c10ef33042
commit 89219643a7

9
doc.go Normal file
View file

@ -0,0 +1,9 @@
/*
Package pilosa implements the core of the Pilosa distributed bitmap index. It
contains all the core domain objects, interfaces, and high level logic that make
pilosa work.
*/
package pilosa