Home
last modified time | relevance | path

Searched defs:errorer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dcontent_test.go412 type errorer struct { struct
413 v int
416 func (s *errorer) Error() string {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/testdata/print/
Dprint.go567 type errorer struct{} struct
569 func (e errorer) Error() string { return "errorer" }