pkg/storage: add package docs (#1078)

This commit is contained in:
Cuong Manh Le 2020-07-15 10:30:37 +07:00 committed by GitHub
parent 8ebf06dd71
commit a5db94434d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// Package inmemory is the in-memory database using b-trees.
package inmemory
import (