package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Jun 10, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
type Fatal
-
type Output
-
func (o *Output) Debug(msg string, a ...interface{})
-
func (o *Output) Fatal(err error, msg string, a ...interface{})
-
func (o *Output) Fatals(errs []error, msg string, a ...interface{})
-
func (o *Output) Info(msg string, a ...interface{})
-
func (o *Output) KeyValue(key, value string, indent int, a ...interface{})
-
func (o *Output) LineBreak()
-
func (o *Output) Say(msg string, indent int, a ...interface{})
-
func (o *Output) Table(header string, rows [][]string)
-
func (o *Output) Warn(msg string, a ...interface{})
-
type Table
type Table struct {
Rows [][]string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.