Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
templates: Using the variable on range scope
testCase
in function l…
…iteral (scopelint) ``` templates/templates_test.go:74:29: Using the variable on range scope `testCase` in function literal (scopelint) assert.Check(t, is.Equal(testCase.expected, b.String())) ^ ``` Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information