From: Simon Ruderich Date: Fri, 2 Aug 2019 05:35:04 +0000 (+0200) Subject: nsscash: go fmt X-Git-Tag: 0.1~28 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=17d6cb591586b6a4ce79c9f9251a5bb86fe963a1 nsscash: go fmt --- diff --git a/main_test.go b/main_test.go index 38499da..2015817 100644 --- a/main_test.go +++ b/main_test.go @@ -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"