runtime.Frame.Line (field)
11 uses
runtime (current package)
extern.go#L308: return frame.PC, frame.File, frame.Line, frame.PC != 0
symtab.go#L54: Line int
symtab.go#L192: frame.File, frame.Line = file, int(line)
symtab.go#L308: Line: int(arg.lineno),
tracestack.go#L236: frame.line = uint64(f.Line)
internal/bisect
bisect.go#L503: buf = appendFileLine(buf, f.File, f.Line)
log
log.go#L231: line = f.Line
net/http
server.go#L1196: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1201: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1677: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L3748: 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.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |