libgo: update to Go 1.11
[official-gcc.git] / libgo / go / crypto / x509 / root_js.go
blob70abb73f99c283052cd9a2a5e76d7f660877647c
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 // +build js,wasm
7 package x509
9 // Possible certificate files; stop after finding one.
10 var certFiles = []string{}