Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 271 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 271 Bytes

hub-spoke-notifications

A simple experiment showing hub-spoke design pattern for sending notifications, written in Golang, using channels and with read-write mutexes.

Test the app for data races

go run -race main.go

Run the app

go run main.go