package
Version:
v2.2.8+incompatible
Opens a new window with list of versions in this module.
Published: Sep 11, 2016
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Errorln(a ...interface{}) (n int, err error)
func Println(a ...interface{}) (n int, err error)
type UI interface {
Printf(format string, a ...interface{}) (n int, err error)
Println(a ...interface{}) (n int, err error)
Errorf(format string, a ...interface{}) (n int, err error)
Errorln(a ...interface{}) (n int, err error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.