Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ettle/strcase
/ Logf
Method
Logf
assert.go:7–7 ·
view source on GitHub ↗
(format string, args ...interface{})
Source
from the content-addressed store, hash-verified
5
// testingT interface allows us to test our assert functions
6
type
testingT
interface
{
7
Logf(format string, args ...
interface
{})
8
Fail()
9
}
10
Callers
1
assertEqual
Function · 0.65
Implementers
1
fakeT
assert_test.go
Calls
no outgoing calls
Tested by
no test coverage detected