package
Version:
v0.21.0
Opens a new window with list of versions in this module.
Published: Feb 11, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
- 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{})
func Assert(ok bool, a ...interface{})
func AssertEQ(a, b interface{})
func Assertf(ok bool, format string, a ...interface{})
func Debug(a ...interface{})
func Debugf(format string, a ...interface{})
func Debugln(a ...interface{})
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{})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.