MCPcopy Index your code
hub / github.com/google/gopacket / testError

Struct testError

benchmark_test.go:17–17  ·  view source on GitHub ↗

A few benchmarks for figuring out exactly how fast some underlying Go things are.

Source from the content-addressed store, hash-verified

15// things are.
16
17type testError struct{}
18
19func (t *testError) Error() string { return "abc" }
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected