Documentation ¶
Overview ¶
Package shared contains types and functions that are used across the full set of mixer commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Fatalf = func(format string, args ...interface{}) { _, _ = fmt.Fprintf(os.Stderr, format+"\n", args...) os.Exit(-1) }
Fatalf is a FormatFn that prints the formatted string to os.Stderr and then calls os.Exit().
View Source
var Printf = func(format string, args ...interface{}) { fmt.Printf(format+"\n", args...) }
Printf is a FormatFn that prints the formatted string to os.Stdout.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.