mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-09 10:53:34 +08:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user