MCPcopy
hub / github.com/rs/zerolog / Error

Method Error

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

Source from the content-addressed store, hash-verified

16type nilError struct{}
17
18func (nilError) Error() string {
19 return "nope"
20}
21
22func TestEvent_AnErr(t *testing.T) {
23 tests := []struct {

Callers 1

TestEvent_DoneHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected