fix: correct markdown code block syntax in go-test.md

* fix: correct markdown code block syntax in go-test.md

* fix: remove language specifier from markdown code block in go-test.md

---------

Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
zdoc 2026-02-05 21:57:49 +08:00 committed by GitHub
parent 6d440c036d
commit 1ce3a98217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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:
@ -167,7 +167,7 @@ ok project/validator 0.003s
✓ Coverage: 100%
## TDD Complete!
```
````
## Test Patterns