general: lint clean, vet clean

This commit is contained in:
Leo Balduf
2016-04-07 10:24:37 -04:00
parent f17ad3e24d
commit 0c02ac9980
7 changed files with 36 additions and 15 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ type StringStore interface {
}
// StringStoreDriver represents an interface for creating a handle to the
// storage of swarms.
// storage of strings.
type StringStoreDriver interface {
New(*DriverConfig) (StringStore, error)
}