Fix golint issues

This commit is contained in:
Claudemiro
2018-11-26 22:57:50 +01:00
parent 3c51d0b614
commit 05c088f158
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"sync"
)
// storage represents a app database
// Storage represents a app database
// For now it there is only one memory database implementation
// but in the future I can write a sql implementation
type Storage interface {