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