We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a925e7f + b177443 commit 82a1ac7Copy full SHA for 82a1ac7
1 file changed
types/types.go
@@ -591,8 +591,6 @@ func (br badRequest) Error() string {
591
}
592
func (br badRequest) BadRequest() {}
593
594
-type maskBadRequest string
595
-
596
type notFound string
597
598
func (nf notFound) Error() string {
@@ -614,8 +612,6 @@ func (ns noService) Error() string {
614
612
615
613
func (ns noService) NoService() {}
616
617
-type maskNoService string
618
619
type timeout string
620
621
func (to timeout) Error() string {
0 commit comments