Commit ca5f826
committed
Remove implicit/explicit heading auto-formatting
See #895 (comment)
> Before Go 1.19, headings were identified implicitly by single-line paragraphs satisfying certain conditions, most notably the lack of any terminating punctuation.
>
> Gofmt reformats [lines treated as implicit headings](https://github.com/golang/proposal/blob/master/design/51082-godocfmt.md#headings) by earlier versions of Go to use # headings instead. If the reformatting is not appropriate—that is, if the line was not meant to be a heading—the easiest way to make it a paragraph is to introduce terminating punctuation such as a period or colon, or to break it into two lines.
>
> *-- https://go.dev/doc/comment#headings*1 parent 0bc0466 commit ca5f826
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4287 | 4287 | | |
4288 | 4288 | | |
4289 | 4289 | | |
4290 | | - | |
| 4290 | + | |
4291 | 4291 | | |
4292 | 4292 | | |
4293 | 4293 | | |
| |||
0 commit comments