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
No known key found for this signature in database
6 changed files with 9 additions and 9 deletions

View file

@ -35,7 +35,7 @@ REPEAT → Next test case
## Example Session
```
```text
User: /go-test I need a function to validate email addresses
Agent: