runtime.Frame.Line (field)
12 uses
runtime (current package)
extern.go#L316: return frame.PC, frame.File, frame.Line, frame.PC != 0
symtab.go#L55: Line int
symtab.go#L198: frame.File, frame.Line = file, int(line)
symtab.go#L316: Line: int(arg.lineno),
tracestack.go#L248: frame.line = uint64(f.Line)
github.com/go-faster/errors
frame.go#L40: return fr.Function, fr.File, fr.Line
internal/bisect
bisect.go#L503: buf = appendFileLine(buf, f.File, f.Line)
log
log.go#L230: line = f.Line
net/http
server.go#L1152: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1157: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1633: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L3913: 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.8.4. (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. |