Daily bump.
[official-gcc.git] / libgo / go / crypto / x509 / root_js.go
blob7b3f1e486ff5cb2e4dcd60c565186d0641936136
1 // Copyright 2018 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 //go:build js && wasm
7 package x509
9 // Possible certificate files; stop after finding one.
10 var certFiles = []string{}
12 // Possible directories with certificate files; all will be read.
13 var certDirectories = []string{}