From 89219643a72328c7900d38e1093d990484bef749 Mon Sep 17 00:00:00 2001 From: Matt Jaffee Date: Tue, 18 Apr 2017 13:55:48 -0500 Subject: [PATCH] add top level doc.go file to pilosa package --- doc.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc.go 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