Writing to Multiple Writers at Once
When you need to write the same output into more than one target, there is a helping hand available in the built-in package.
This recipe shows how to implement writing simultaneously into multiple targets.
Create the multiwr.go file with the follow...
blog.cloudnativefolks.org1 min read