package
0.0.0-20241226145920-483c662f7ff1
Repository: https://github.com/pingooio/stdx.git
Documentation: pkg.go.dev

# README

package pretty

import "github.com/pingooio/stdx/deprecated/pretty"

Package pretty provides pretty-printing for Go values.

Documentation

http://godoc.org/github.com/pingooio/stdx/deprecated/pretty

# Functions

Diff returns a slice where each element describes a difference between a and b.
Errorf is a convenience wrapper for fmt.Errorf.
Fdiff writes to w a description of the differences between a and b.
Formatter makes a wrapper, f, that will format x as go source with line breaks and tabs.
Fprintf is a convenience wrapper for fmt.Fprintf.
Ldiff prints to l a description of the differences between a and b.
Log is a convenience wrapper for log.Printf.
Logf is a convenience wrapper for log.Printf.
Logln is a convenience wrapper for log.Printf.
Pdiff prints to p a description of the differences between a and b.
Print pretty-prints its operands and writes to standard output.
Printf is a convenience wrapper for fmt.Printf.
Println pretty-prints its operands and writes to standard output.
Sprint is a convenience wrapper for fmt.Sprintf.
Sprintf is a convenience wrapper for fmt.Sprintf.

# Interfaces

No description provided by the author
No description provided by the author