diff --git a/pkg/store/filesystem/store.go b/pkg/store/filesystem/store.go index ac7c1aed78..2b2691494f 100644 --- a/pkg/store/filesystem/store.go +++ b/pkg/store/filesystem/store.go @@ -21,7 +21,7 @@ type Store struct { Logger olog.Logger } -// TODO add mountPath as a flag. Accept a *config argument +// New returns a new stor. TODO add mountPath as a flag. Accept a *config argument func New() *Store { s := Store{ Logger: olog.NewLogger(),