Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exports = map[string]interface{}{ "_name": "runtime/debug", "FreeOSMemory": debug.FreeOSMemory, "PrintStack": debug.PrintStack, "ReadGCStats": debug.ReadGCStats, "SetGCPercent": debug.SetGCPercent, "SetMaxStack": debug.SetMaxStack, "SetMaxThreads": debug.SetMaxThreads, "SetPanicOnFault": debug.SetPanicOnFault, "SetTraceback": debug.SetTraceback, "Stack": debug.Stack, "WriteHeapDump": debug.WriteHeapDump, "BuildInfo": qlang.StructOf((*debug.BuildInfo)(nil)), "ReadBuildInfo": debug.ReadBuildInfo, "GCStats": qlang.StructOf((*debug.GCStats)(nil)), "Module": qlang.StructOf((*debug.Module)(nil)), }
Exports is the export table of this module.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.