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

This reverts commit 1ce3a98217.
This commit is contained in:
maurez83630-cmyk
2026-02-09 02:15:30 +01:00
committed by GitHub
parent d2191d09a2
commit b9d09cbebf

View File

@@ -35,7 +35,7 @@ REPEAT → Next test case
## Example Session ## Example Session
```` ```text
User: /go-test I need a function to validate email addresses User: /go-test I need a function to validate email addresses
Agent: Agent:
@@ -167,7 +167,7 @@ ok project/validator 0.003s
✓ Coverage: 100% ✓ Coverage: 100%
## TDD Complete! ## TDD Complete!
```` ```
## Test Patterns ## Test Patterns