mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
add top level doc.go file to pilosa package
This commit is contained in:
parent
c10ef33042
commit
89219643a7
1 changed files with 9 additions and 0 deletions
9
doc.go
Normal file
9
doc.go
Normal 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
|
||||
Loading…
Add table
Reference in a new issue