github.com/goplusjs/gopherjs@v1.2.6-0.20211206034512-f187917453b8/compiler/natives/src/crypto/x509/root_js.go (about) 1 // +build js 2 3 package x509 4 5 // Possible certificate files; stop after finding one. 6 var certFiles = []string{} 7 8 // Possible directories with certificate files; stop after successfully 9 // reading at least one file from a directory. 10 var certDirectories = []string{}