Skip to content

Commit f6a1fe7

Browse files
authored
Update README.md
1 parent d2362c3 commit f6a1fe7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,9 @@ a filter from more than one goroutine, you should
164164
provide synchronization. Typically this is done by using channels (in Go style; so there is only ever one owner),
165165
or by using `sync.Mutex` to serialize operations. Exceptionally, you may access the same filter from different
166166
goroutines if you never modify the content of the filter.
167+
168+
169+
## Further reading
170+
171+
<p>Mastering Programming: From Testing to Performance in Go</p>
172+
<div><a href="https://www.amazon.com/dp/B0FMPGSWR5"><img style="margin-left: auto; margin-right: auto;" src="https://m.media-amazon.com/images/I/61feneHS7kL._SL1499_.jpg" alt="" width="250px" /></a></div>

0 commit comments

Comments
 (0)