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 25fa9da commit 80a7393Copy full SHA for 80a7393
README.md
@@ -318,3 +318,7 @@ for {
318
return rcv.Interface().(batch.BatchItems)
319
}
320
````````````````````````````````````````````````
321
+
322
+## References
323
+1. <a href="https://github.com/grpc-ecosystem/go-grpc-middleware">Go gRPC Middleware</a>
324
+2. <a href="https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/ch04.html">Concurrency Pipeline Patterns</a>
0 commit comments