Skip to content

Commit

Permalink
Update select.md
Browse files Browse the repository at this point in the history
Fix link
  • Loading branch information
quii authored Oct 6, 2023
1 parent 34fe08c commit b44c4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion select.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Select

**[You can find all the code for this chapter here](https://github.com/quii/learn-go-with-tests/tree/main/reflection)**
**[You can find all the code for this chapter here](https://github.com/quii/learn-go-with-tests/tree/main/select)**

You have been asked to make a function called `WebsiteRacer` which takes two URLs and "races" them by hitting them with an HTTP GET and returning the URL which returned first. If none of them return within 10 seconds then it should return an `error`.

Expand Down

0 comments on commit b44c4db

Please sign in to comment.