File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -171,13 +171,6 @@ It is a comma-separated list of name=val pairs setting these named variables:
171171 silently default to 1024. Future versions of Go may remove this limitation
172172 and extend profstackdepth to apply to the CPU profiler and execution tracer.
173173
174- pagetrace: setting pagetrace=/path/to/file will write out a trace of page events
175- that can be viewed, analyzed, and visualized using the x/debug/cmd/pagetrace tool.
176- Build your program with GOEXPERIMENT=pagetrace to enable this functionality. Do not
177- enable this functionality if your program is a setuid binary as it introduces a security
178- risk in that scenario. Currently not supported on Windows, plan9 or js/wasm. Setting this
179- option for some applications can produce large traces, so use with care.
180-
181174 panicnil: setting panicnil=1 disables the runtime error when calling panic with nil
182175 interface value or an untyped nil.
183176
You can’t perform that action at this time.
0 commit comments