net.nssConf.err (field)
7 uses
net (current package)
conf.go#L200: if os.IsNotExist(nss.err) || (nss.err == nil && len(srcs) == 0) {
conf.go#L207: if nss.err != nil {
nss.go#L18: err error // any error encountered opening or parsing the file
nss.go#L72: return &nssConf{err: err}
nss.go#L81: return &nssConf{err: err}
nss.go#L84: conf.err = foreachLine(slurp, func(line []byte) error {
 |
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. |