safing-jess/truststores/dir_test.go
2020-01-13 00:15:58 +01:00

8 lines
181 B
Go

package truststores
func init() {
// interface compliance test
var testDirTrustStore ExtendedTrustStore
testDirTrustStore, _ = NewDirTrustStore("/tmp")
_ = testDirTrustStore
}