package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Oct 15, 2014
License: Apache-2.0
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 Debugf(format string, a ...interface{})
Debug function, if the debug flag is set, then display. Do nothing otherwise
If Docker is in damon mode, also send the debug info on the socket
func Errorf(format string, a ...interface{})
func Fatalf(format string, a ...interface{})
func Infof(format string, a ...interface{})
type Fataler interface {
Fatal(args ...interface{})
}
A common interface to access the Fatal method of
both testing.B and testing.T.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.