var crypto/x509.debugDarwinRoots
7 uses
crypto/x509 (current package)
root_darwin.go#L17: var debugDarwinRoots = strings.Contains(os.Getenv("GODEBUG"), "x509roots=1")
root_darwin.go#L47: if debugDarwinRoots {
root_darwin.go#L62: if debugDarwinRoots {
root_darwin.go#L67: if debugDarwinRoots {
root_darwin.go#L99: if debugDarwinRoots {
root_darwin.go#L153: if debugDarwinRoots && err != macOS.ErrNoTrustSettings {
root_darwin.go#L170: if debugDarwinRoots && err != macOS.ErrNoTrustSettings {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |