debug

package
v1.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dump

func Dump(v ...interface{})

Dump dumps the given values. It is a wrapper for spew.Dump(https://github.com/davecgh/go-spew) This is useful for debugging.

func Fdump

func Fdump(w io.Writer, v ...interface{})

Fdump the given values to the given writer. It's a wrapper for spew.Fdump(https://github.com/davecgh/go-spew) This is useful for debugging.

func Sdump

func Sdump(v ...interface{}) string

Sdump the given values and returns the result. It's a wrapper for spew.Sdump(https://github.com/davecgh/go-spew) This is useful for debugging.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL