runtime.Frame.File (field)
14 uses
runtime (current package)
extern.go#L278: return frame.PC, frame.File, frame.Line, frame.PC != 0
symtab.go#L50: File string
symtab.go#L162: frame.File, frame.Line = file, int(line)
symtab.go#L253: File: gostring(arg.file),
trace.go#L1416: file := f.File
github.com/go-faster/errors
frame.go#L40: return fr.Function, fr.File, fr.Line
go.uber.org/zap
logger.go#L410: File: frame.File,
go.uber.org/zap/internal/stacktrace
stack.go#L178: sf.b.AppendString(frame.File)
internal/bisect
bisect.go#L520: buf = appendFileLine(buf, f.File, f.Line)
log
log.go#L227: file = f.File
net/http
server.go#L1147: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1152: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1618: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L3475: logf(tw.req, "http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |