fix code smells

This commit is contained in:
Willy Kloucek
2021-10-19 18:11:16 +02:00
parent 060c0932dd
commit 24fb595424

View File

@@ -10,9 +10,9 @@ const ()
var (
// switch between modes
BaseDataPathType string = "homedir"
BaseDataPathType = "homedir"
// don't read from this, only write
BaseDataPathValue string = "/var/lib/ocis"
BaseDataPathValue = "/var/lib/ocis"
)
func BaseDataPath() string {