crypto/tls.Config.RootCAs (field)
7 uses
crypto/tls (current package)
common.go#L616: RootCAs *x509.CertPool
common.go#L799: RootCAs: c.RootCAs,
handshake_client.go#L859: Roots: c.config.RootCAs,
google.golang.org/grpc/credentials
tls.go#L157: return NewTLS(&tls.Config{ServerName: serverNameOverride, RootCAs: cp})
tls.go#L177: return NewTLS(&tls.Config{ServerName: serverNameOverride, RootCAs: cp}), nil
net/http/httptest
server.go#L176: RootCAs: certpool,
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)