From a80af1998f7e9c888862ad4943c45a2644944b03 Mon Sep 17 00:00:00 2001 From: Tamer Tas Date: Tue, 31 Jan 2017 17:42:07 +0300 Subject: [PATCH] README: update repository badges --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23e1f53..180eb75 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@

Go Patterns
- Build Status - Awesome - License + build-status + awesome + license

@@ -46,7 +46,7 @@ A curated collection of idiomatic design & application patterns for Go language. | [Strategy](/behavioral/strategy.md) | Enables an algorithm's behavior to be selected at runtime | ✔ | | [Template](/behavioral/template.md) | Defines a skeleton class which defers some methods to subclasses | ✘ | | [Visitor](/behavioral/visitor.md) | Separates an algorithm from an object on which it operates | ✘ | - + ## Synchronization Patterns | Pattern | Description | Status |