1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-22 13:06:09 +03:00

Update README

This commit is contained in:
Tamer Tas 2016-04-02 08:17:03 +03:00
parent dc9da4ae32
commit 8253fa5702

View File

@ -83,7 +83,6 @@ __Messaging Patterns__:
| [Publish/Subscribe](publish_subscribe.go) | Passes information to a collection of recipients who subscribed to a topic | | [Publish/Subscribe](publish_subscribe.go) | Passes information to a collection of recipients who subscribed to a topic |
| [Push & Pull](push_pull.go) | Distributes messages to multiple workers, arranged in a pipeline | | [Push & Pull](push_pull.go) | Distributes messages to multiple workers, arranged in a pipeline |
__Stability Patterns__: __Stability Patterns__:
| Pattern | Description | | Pattern | Description |