format

package
v2.2.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Message

func Message(msgAndArgs ...interface{}) string

Message accepts a msgAndArgs varargs and formats it using fmt.Sprintf

func UnifiedDiff added in v1.4.0

func UnifiedDiff(conf DiffConfig) string

UnifiedDiff is a modified version of difflib.WriteUnifiedDiff with better support for showing the whitespace differences.

func WithCustomMessage

func WithCustomMessage(source string, msgAndArgs ...interface{}) string

WithCustomMessage accepts one or two messages and formats them appropriately

Types

type DiffConfig added in v1.4.0

type DiffConfig struct {
	A    string
	B    string
	From string
	To   string
}

DiffConfig for a unified diff

Jump to

Keyboard shortcuts

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