From 161fc4c029bd0145480dfe0a7a5b2e6573668a16 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Mon, 3 Feb 2020 14:19:01 +0100 Subject: [PATCH] make linter happy --- pkg/store/filesystem/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),