]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - main_test.go
nsscash: go fmt
[nsscash/nsscash.git] / main_test.go
index 38499da197bb6fd0be3276e48d11527215a30a8c..20158171e2441685fbc6efb794016ae2155b4f1d 100644 (file)
@@ -33,11 +33,11 @@ import (
 )
 
 const (
-       configPath = "testdata/config.toml"
-       statePath  = "testdata/state.json"
-       passwdPath = "testdata/passwd.nsscash"
-       plainPath  = "testdata/plain"
-       groupPath  = "testdata/group.nsscash"
+       configPath  = "testdata/config.toml"
+       statePath   = "testdata/state.json"
+       passwdPath  = "testdata/passwd.nsscash"
+       plainPath   = "testdata/plain"
+       groupPath   = "testdata/group.nsscash"
        tlsCAPath   = "testdata/ca.crt"
        tlsCertPath = "testdata/server.crt"
        tlsKeyPath  = "testdata/server.key"