Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CheckGoroutineCount bool
View Source
var InternalPanicf = func(format string, args ...interface{}) { if len(args) > 0 { log.Panicf(format, args) } log.Panic(format) }
View Source
var ProfileStartStop func() func()
View Source
var ReadOptimizations []FileHandleOptimization
FileHandleOptimizations is populated by individual OS-specific init()s
Functions ¶
func AvailableMapKeys ¶
func AvailableMapKeys(m interface{}) string
Types ¶
type FileHandleOptimization ¶
type PanicfWrapper ¶
type PanicfWrapper func(panicfFormat string, panicfArgs ...interface{})
Click to show internal directories.
Click to hide internal directories.