exercism / go

Exercism exercises in Go.
https://exercism.org/tracks/go
MIT License
948 stars 644 forks source link

Duplicated link in `parallel-letter-frequency` documentation. #2774

Closed adamazing closed 3 months ago

adamazing commented 3 months ago

Spotted a wee issue in the parallel-letter-frequency documentation:

- [Concurrency in the Golang Book](https://www.golang-book.com/books/intro/10)  <----+
- [A Tour of Go's concurrency section](https://tour.golang.org/concurrency/1)        |-- same page club
- [Golang Book: Concurrency](https://www.golang-book.com/books/intro/10)        <----+

See: parallel-letter-frequency/.docs/instructions.append.md#L31-L33

github-actions[bot] commented 3 months ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.