Skip to content

Commit

Permalink
fix: rename Feed function
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinB committed Nov 10, 2024
1 parent 3516af0 commit b2eba51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
)

func (c *Client) Feed(size int, strategy string) (URLs []URL, err error) {
func (c *Client) Get(size int, strategy string) (URLs []URL, err error) {
expectedStatusCode := 200
emptyStatusCode := 204

Expand Down

0 comments on commit b2eba51

Please sign in to comment.