make linter happy
This commit is contained in:
@@ -21,7 +21,7 @@ type Store struct {
|
|||||||
Logger olog.Logger
|
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 {
|
func New() *Store {
|
||||||
s := Store{
|
s := Store{
|
||||||
Logger: olog.NewLogger(),
|
Logger: olog.NewLogger(),
|
||||||
|
|||||||
Reference in New Issue
Block a user