Open Q191 opened 3 weeks ago
Please fix the format of your markdown:
36 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## What you got"]
generated by check-issue
Can you be more specific?
Rod Version: v0.116.2
The code to demonstrate your question
Clone Rod to your local and cd to the repository:
Use your code to replace the content of function
TestRod
in filerod_test.go
.Test your code with:
go test -run TestRod
, make sure it fails as expected.Replace ALL THE CONTENT under "The code to demonstrate your question" with your
TestRod
function, like below:What you got
randomly panic
What you expect to see
no panic
What have you tried to solve the question