diff --git a/doc.go b/doc.go new file mode 100644 index 000000000..64ef0a483 --- /dev/null +++ b/doc.go @@ -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