Ocultus / patterns-mediator

Golang implementation of pattern mediator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actor Model

Go implementation of pattern Mediator


How to start

1. Clone this repository
2. Open by GoLand project or
   $ go build main.go
   $ ./main
   or just
   $ go run main.go

Expected Result:

illustration

About

Golang implementation of pattern mediator


Languages

Language:Go 100.0%