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 Vasiliy Tolstov
parent e036c9c9a8
commit 00433d5e85

View File

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