File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ type Fetcher interface {
20
20
Fetch (string ) (time.Duration , * http.Response , error )
21
21
}
22
22
23
- // LLinkFetcher is an interface exposing a methdo to download raw contents and
23
+ // LinkFetcher is an interface exposing a methdo to download raw contents and
24
24
// parse them extracting all outgoing links.
25
25
type LinkFetcher interface {
26
26
// FetchLinks makes an HTTP GET request to an URL, parse the HTML in the
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type ProducerConsumer interface {
22
22
Consumer
23
23
}
24
24
25
- // ProdProducerConsumerCloser defines the behavior of a simple mssage queue
25
+ // ProducerConsumerCloser defines the behavior of a simple mssage queue
26
26
// that requires some kidn of external connection to be managed
27
27
type ProducerConsumerCloser interface {
28
28
ProducerConsumer
You can’t perform that action at this time.
0 commit comments