runtime.Frame.Line (field)
14 uses
runtime (current package)
extern.go#L278: return frame.PC, frame.File, frame.Line, frame.PC != 0
symtab.go#L51: Line int
symtab.go#L162: frame.File, frame.Line = file, int(line)
symtab.go#L254: Line: int(arg.lineno),
trace.go#L1415: frame.line = uint64(f.Line)
github.com/go-faster/errors
frame.go#L40: return fr.Function, fr.File, fr.Line
go.uber.org/zap
logger.go#L411: Line: frame.Line,
go.uber.org/zap/internal/stacktrace
stack.go#L180: sf.b.AppendInt(int64(frame.Line))
internal/bisect
bisect.go#L520: buf = appendFileLine(buf, f.File, f.Line)
log
log.go#L231: line = f.Line
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. |