@@ -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 |