TestResetColor() — gin Function Reference
Architecture documentation for the TestResetColor() function in logger_test.go from the gin codebase.
Entity Profile
Relationship Graph
Source Code
logger_test.go lines 337–340
func TestResetColor(t *testing.T) {
p := LogFormatterParams{}
assert.Equal(t, string([]byte{27, 91, 48, 109}), p.ResetColor())
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free