File: errors.go

package info (click to toggle)
golang-github-go-test-deep 1.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
package deeptest

type Error struct{}

func (e Error) Error() string {
	return ""
}