fix formatting, prettier couldn't handle this document

This commit is contained in:
Jeffrey Paul 2024-06-10 05:37:30 -07:00
parent c46038c51d
commit 95cdb088d7
1 changed files with 60 additions and 61 deletions

View File

@ -431,7 +431,6 @@ Feedback and suggestions are not only welcome but explicitly encouraged.
- `fmt.Stringer` is an interface for types that can convert
themselves to a string. Any type that implements the `String()
string` method satisfies this interface.
- **`error`** instead of custom error types: