MCPcopy
hub / github.com/gin-gonic/gin / init

Function init

logger_test.go:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16)
17
18func init() {
19 SetMode(TestMode)
20}
21
22func TestLogger(t *testing.T) {
23 buffer := new(strings.Builder)

Callers

nothing calls this directly

Calls 1

SetModeFunction · 0.85

Tested by

no test coverage detected