Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE-2774] Remove duplicate link from parallel-letter-frequency documentation #2775

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -30,7 +30,6 @@ you started. We recommend looking over these before starting this exercise:

- [Concurrency in the Golang Book](https://www.golang-book.com/books/intro/10)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link removed at L33 is the same as this 'un.

- [A Tour of Go's concurrency section](https://tour.golang.org/concurrency/1)
- [Golang Book: Concurrency](https://www.golang-book.com/books/intro/10)
- [DigitalOcean Golang Tutorial: How To Run Multiple Functions Concurrently in Go](https://www.digitalocean.com/community/tutorials/how-to-run-multiple-functions-concurrently-in-go)
- [Synchronizing Go Routines with Channels and WaitGroups](https://dev.to/sophiedebenedetto/synchronizing-go-routines-with-channels-and-waitgroups-3ke2)
- [Buffered Channels and Worker Pools](https://golangbot.com/buffered-channels-worker-pools/)
Expand Down