func log.Fatalf
10 uses
log (current package)
log.go#L339: func Fatalf(format string, v ...interface{}) {
golang.org/x/pkgsite/devtools/cmd/css
main.go#L46: log.Fatalf("http.Get(%q): %v", githubStylesheet, err)
main.go#L49: log.Fatalf("http.Get(%q): status = %d", githubStylesheet, resp.StatusCode)
main.go#L91: log.Fatalf("ioutil.WriteFile(f, '', 0644): %v", err)
main.go#L96: log.Fatalf("os.OpenFile(f, os.O_WRONLY|os.O_APPEND, 0644): %v", err)
main.go#L100: log.Fatalf("file.Close(): %v", err)
main.go#L133: log.Fatalf("file.WriteString(%q): %v", contentsToWrite, err)
golang.org/x/pkgsite/internal/config
config.go#L54: log.Fatalf("bad value %q for %s: %v", s, key, err)
google.golang.org/grpc/credentials/alts
utils.go#L92: log.Fatalf("failure to read manufacturer information: %v", err)
net/http
transport.go#L972: log.Fatalf("dup idle pconn %p in freelist", pconn)
 |
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. |