We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2362c3 commit f6a1fe7Copy full SHA for f6a1fe7
README.md
@@ -164,3 +164,9 @@ a filter from more than one goroutine, you should
164
provide synchronization. Typically this is done by using channels (in Go style; so there is only ever one owner),
165
or by using `sync.Mutex` to serialize operations. Exceptionally, you may access the same filter from different
166
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