Skip to content

Commit

Permalink
create a proper doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserKarel committed Oct 24, 2018
1 parent 6162a16 commit d090d4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
package cellar implements a low level, append only data storage engine.
cellar was originally forked from abdullin/cellar. This version focusses on a more standard API, less built in features
and more configurability. It is used in carapace/core/pkg/append-db (versioned object DB) as the storage engine.
It is completely embedded, internally buffering writes until chunks are filled up, then automatically flushing them to
file. See the example for a full usage of cellar.
*/
package cellar
11 changes: 0 additions & 11 deletions dto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d090d4d

Please sign in to comment.