Merge pull request #5623 from yyforyongyu/update-contrib-guide

docs: explicitly set line wrap rules for error messages [skip ci]
This commit is contained in:
Oliver Gugger 2021-08-24 17:29:18 +02:00 committed by GitHub
commit ed5a3416bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -465,9 +465,9 @@ to `gofmt` we've opted to enforce the following style guidelines.
)
```
Note that the above guidelines don't apply to log messages. For log messages,
committers should attempt to minimize the of number lines utilized, while still
adhering to the 80-character column limit.
**Note that the above guidelines don't apply to log or error messages.** For
log and error messages, committers should attempt to minimize the number of
lines utilized, while still adhering to the 80-character column limit.
## Pointing to Remote Dependant Branches in Go Modules