Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: document producer-consumer example using golang-queue with NSQ
- Update title to "Producer-Consumer Example" - Add a detailed description of the example using `golang-queue` with NSQ - Introduce prerequisites section with Go 1.22+ and NSQ installation - Add instructions for running the producer, including directory navigation and running the producer - Add instructions for running the consumer, including directory navigation and running the consumer - Add an explanation section detailing the roles of the producer and consumer - Ensure NSQ is running and accessible before starting the producer and consumer Signed-off-by: appleboy <[email protected]>
- Loading branch information