Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
TestLog(t *testing.T) {
43
l := New(
"test"
)
44
test(l, t)
45
}
46
47
func
TestGlobal(t *testing.T) {
48
test(global, t)
Callers
1
TestLogConcurrent
Function · 0.85
Calls
2
test
Function · 0.85
New
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…