Fix Comments (#1833)

* update store url

* fix leftover copy paste
This commit is contained in:
Alex Unger
2020-07-14 14:13:32 +02:00
committed by GitHub
parent a2bb0bea2d
commit 42c28f2b6d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ var (
dataBucket = "data"
)
// NewStore returns a memory store
// NewStore returns a file store
func NewStore(opts ...store.Option) store.Store {
s := &fileStore{}
s.init(opts...)