Source File
stubs.go
Belonging Package
go.pact.im/x/zapjournal/tests
package testsimport ()type failTestWriter struct {t *testing.T}func ( failTestWriter) ( []byte) (int, error) {.t.Fatal(string())return len(), nil}func ( failTestWriter) () error {return nil}type fakeClock struct {now time.Time}func ( *fakeClock) () time.Time {return .now}func (*fakeClock) (time.Duration) *time.Ticker {panic("not reachable")}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)