MCPcopy Create free account
hub / github.com/labstack/gommon / TestLog

Function TestLog

log/log_test.go:42–45  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

40}
41
42func TestLog(t *testing.T) {
43 l := New("test")
44 test(l, t)
45}
46
47func TestGlobal(t *testing.T) {
48 test(global, t)

Callers 1

TestLogConcurrentFunction · 0.85

Calls 2

testFunction · 0.85
NewFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…