Documentation
¶
Index ¶
- Variables
- func Assert(ok bool, a ...interface{})
- func AssertEQ(a, b interface{})
- func Assertf(ok bool, format string, a ...interface{})
- func CallStack() string
- func CallerInfo(skip int) (fn, filename string, line int)
- func Debug(a ...interface{})
- func Debugf(format string, a ...interface{})
- func Debugln(a ...interface{})
- func DumpFS(flagEnabled *bool, name string, fileSystem fs.FS, root string)
- func Fatal(a ...interface{})
- func Fatalf(format string, a ...interface{})
- func Panic(a ...interface{})
- func Panicf(format string, a ...interface{})
- func Print(a ...interface{})
- func Printf(format string, a ...interface{})
- func Trace(flagEnabled *bool, a ...interface{})
- func Tracef(flagEnabled *bool, format string, a ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugMode = false
Functions ¶
func CallerInfo ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.