Skip to content

Commit

Permalink
Fix README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benprew committed Aug 14, 2020
1 parent 706bdd3 commit 9231805
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 2-race-in-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Found 3 data race(s)

## Additional Reading

[https://golang.org/pkg/sync/](https://golang.org/pkg/sync/)
[https://gobyexample.com/mutexes](https://gobyexample.com/mutexes)
[https://golangdocs.com/mutex-in-golang](https://golangdocs.com/mutex-in-golang)
* [https://golang.org/pkg/sync/](https://golang.org/pkg/sync/)
* [https://gobyexample.com/mutexes](https://gobyexample.com/mutexes)
* [https://golangdocs.com/mutex-in-golang](https://golangdocs.com/mutex-in-golang)

### High Performance Caches in Production

[https://www.mailgun.com/blog/golangs-superior-cache-solution-memcached-redis/](https://www.mailgun.com/blog/golangs-superior-cache-solution-memcached-redis/)
[https://allegro.tech/2016/03/writing-fast-cache-service-in-go.html](https://allegro.tech/2016/03/writing-fast-cache-service-in-go.html)
* [https://www.mailgun.com/blog/golangs-superior-cache-solution-memcached-redis/](https://www.mailgun.com/blog/golangs-superior-cache-solution-memcached-redis/)
* [https://allegro.tech/2016/03/writing-fast-cache-service-in-go.html](https://allegro.tech/2016/03/writing-fast-cache-service-in-go.html)

0 comments on commit 9231805

Please sign in to comment.