package
Version:
v2.1.3+incompatible
Opens a new window with list of versions in this module.
Published: Feb 8, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
func Write(format string, a ...interface{})
Write prints text to the console
WriteCluster prints the cluster data to the console
WriteClusters prints the clusters data to the console
func WriteMap(items []Tuple)
WriteMap prints the cluster data to the console
func WriteTable(rows [][]string)
WriteTable prints rows of tabular data to the console
type Tuple struct {
Key string
Value interface{}
}
Tuple is used to create ordered key-value pairs
Source Files
¶
Click to show internal directories.
Click to hide internal directories.