package
0.0.0-20241126132414-a6474f9c9b52
Repository: https://github.com/talgat-ruby/exercises-go.git
Documentation: pkg.go.dev

# README

Problem 5

We have a several workers waiting for shopping list to fill. When shopping list filled all in a queue workers should notify. Please update the code so the notifier will send all workers id when shoppingList is ready. Do not use channels.