Update godep in vendor
This commit is contained in:
20
vendor/github.com/tools/godep/msg.go
generated
vendored
20
vendor/github.com/tools/godep/msg.go
generated
vendored
@@ -27,29 +27,9 @@ func debugf(format string, a ...interface{}) (int, error) {
|
||||
return 0, nil
|
||||
}
|
||||
|
||||
func verbosef(format string, a ...interface{}) {
|
||||
if verbose {
|
||||
log.Printf(format, a...)
|
||||
}
|
||||
}
|
||||
|
||||
func pp(a ...interface{}) (int, error) {
|
||||
if debug {
|
||||
return pretty.Print(a...)
|
||||
}
|
||||
return 0, nil
|
||||
}
|
||||
|
||||
func ppln(a ...interface{}) (int, error) {
|
||||
if debug {
|
||||
return pretty.Println(a...)
|
||||
}
|
||||
return 0, nil
|
||||
}
|
||||
|
||||
func ppf(format string, a ...interface{}) (int, error) {
|
||||
if debug {
|
||||
return pretty.Printf(format, a...)
|
||||
}
|
||||
return 0, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user