fix: add language labels to fenced code blocks for MD040 compliance

Add `text` language identifier to unlabeled fenced code blocks
to satisfy markdownlint MD040 rule across Go documentation files.
This commit is contained in:
Claude
2026-01-26 09:35:43 +00:00
parent 75e1e46f3f
commit c6c32cdc7a
6 changed files with 9 additions and 9 deletions

View File

@@ -364,7 +364,7 @@ func WriteAndFlush(w io.Writer, data []byte) error {
### Standard Project Layout
```
```text
myproject/
├── cmd/
│ └── myapp/