Skip to content

Commit

Permalink
bootstrap: imp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Nov 10, 2023
1 parent 93aa3b1 commit 11ec4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bootstrap/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (r ParallelResolver) LookupNetIP(
}

// lookupAsync performs a lookup for ip of host with r and sends the result into
// resCh. It's used to be called within a separate goroutine.
// resCh. It is intended to be used as a goroutine.
func lookupAsync(ctx context.Context, r Resolver, network, host string, resCh chan<- any) {
defer log.OnPanic("parallel lookup")

Expand Down

0 comments on commit 11ec4fe

Please sign in to comment.