Skip to content

Commit b44c4db

Browse files
authored
Update select.md
Fix link
1 parent 34fe08c commit b44c4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Select
22

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

55
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`.
66

0 commit comments

Comments
 (0)