Skip to content

Commit

Permalink
fastest: imp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Apr 12, 2023
1 parent 3d7e941 commit 9452c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastip/fastest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func (u *errUpstream) Exchange(_ *dns.Msg) (*dns.Msg, error) {
return nil, u.err
}

// Close implements the [upstream.Upstream] interface for errUpstream.
func (u *errUpstream) Close() error {
return u.closeErr
}
Expand Down

0 comments on commit 9452c0b

Please sign in to comment.