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 |