const testDir … const testDirCN … const testFile … const testFileCN … const testMissing … func TestEnvVars(t *testing.T) { … } // Ensure that "SSL_CERT_DIR" when used as the environment // variable delimited by colons, allows loadSystemRoots to // load all the roots from the respective directories. // See https://golang.org/issue/35325. func TestLoadSystemCertsLoadColonSeparatedDirs(t *testing.T) { … } func TestReadUniqueDirectoryEntries(t *testing.T) { … }