mirror of
https://github.com/jimeh/cloudflare-dyndns.git
synced 2026-02-19 10:56:42 +00:00
Update github.com/pkg/errors package
This commit is contained in:
4
vendor/github.com/pkg/errors/errors.go
generated
vendored
4
vendor/github.com/pkg/errors/errors.go
generated
vendored
@@ -127,8 +127,10 @@ func (f *fundamental) Format(s fmt.State, verb rune) {
|
||||
return
|
||||
}
|
||||
fallthrough
|
||||
case 's', 'q':
|
||||
case 's':
|
||||
io.WriteString(s, f.msg)
|
||||
case 'q':
|
||||
fmt.Fprintf(s, "%q", f.msg)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user