...

Source file src/github.com/go-test/deep/test/v1/errors.go

Documentation: github.com/go-test/deep/test/v1

     1  package deeptest
     2  
     3  type Error struct{}
     4  
     5  func (e Error) Error() string {
     6  	return ""
     7  }
     8  

View as plain text