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