mirror of
https://github.com/jimeh/go-render.git
synced 2026-02-19 11:26:39 +00:00
chore: correct typos and align struct field tags (#12)
Fixes typos in package documentation and variable names. Aligns struct field tags in examples and tests for better readability.
This commit is contained in:
@@ -132,7 +132,7 @@ type renderFormatTestCase struct {
|
||||
}
|
||||
|
||||
// "binary" format.
|
||||
var binaryFormattestCases = []renderFormatTestCase{
|
||||
var binaryFormatTestCases = []renderFormatTestCase{
|
||||
{
|
||||
name: "with binary marshaler",
|
||||
formats: []string{"binary", "bin"},
|
||||
|
||||
Reference in New Issue
Block a user