fix readme

This commit is contained in:
Edward 2020-05-09 16:10:10 +08:00 committed by GitHub
parent 947d83bc89
commit 9c7d7d665f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,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/main.go) | Defines a skeleton class which defers some methods to subclasses | ✔ |
| [Visitor](/behavioral/visitor/main.go) | Separates an algorithm from an object on which it operates | ✔ |
| [Visitor](/behavioral/interpreter/interpreter.md) | interpret your own language or composed commands | ✘ |
| [Interpreter](/behavioral/interpreter/interpreter.md) | interpret your own language or composed commands | ✘ |
## Synchronization Patterns