README.md improved

This commit is contained in:
Timon Ringwald
2020-09-09 14:06:31 +02:00
parent b33b40c9ff
commit 37acf646f4
5 changed files with 99 additions and 9 deletions

View File

@ -89,7 +89,7 @@ func printErr(err error, b *strings.Builder) {
b.WriteString(errtype(err))
b.WriteString(": ")
b.WriteString(err.Error())
b.WriteString("\n")
b.WriteString("\n\t(Unknown source)\n")
}
cause := errors.Unwrap(err)