File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
<h1 align =" center " >
4
4
Go Patterns
5
5
<br>
6
- <a href="http://travis-ci.org/tmrts/go-patterns"><img alt="Build Status " src="https://img.shields.io/travis/tmrts/go-patterns .svg?style=flat-square" /></a>
7
- <a href="https://github.com/sindresorhus/awesome" ><img alt="Awesome " src="https://img.shields.io/badge/awesome-%E2%9C%93-ff69b4.svg?style=flat-square" /></a>
8
- <a href="https://github.com/tmrts/go-patterns/blob/master/LICENSE" ><img alt="License " src="https://img.shields.io/badge/license-Apache%20License%202.0-E91E63.svg?style=flat-square" /></a>
6
+ <a href="http://travis-ci.org/tmrts/go-patterns"><img alt="build-status " src="https://img.shields.io/badge/build-passing-brightgreen .svg?style=flat-square" /></a>
7
+ <a href="https://github.com/sindresorhus/awesome" ><img alt="awesome " src="https://img.shields.io/badge/awesome-%E2%9C%93-ff69b4.svg?style=flat-square" /></a>
8
+ <a href="https://github.com/tmrts/go-patterns/blob/master/LICENSE" ><img alt="license " src="https://img.shields.io/badge/license-Apache%20License%202.0-E91E63.svg?style=flat-square" /></a>
9
9
</h1 >
10
10
</p >
11
11
@@ -46,7 +46,7 @@ A curated collection of idiomatic design & application patterns for Go language.
46
46
| [ Strategy] ( /behavioral/strategy.md ) | Enables an algorithm's behavior to be selected at runtime | ✔ |
47
47
| [ Template] ( /behavioral/template.md ) | Defines a skeleton class which defers some methods to subclasses | ✘ |
48
48
| [ Visitor] ( /behavioral/visitor.md ) | Separates an algorithm from an object on which it operates | ✘ |
49
-
49
+
50
50
## Synchronization Patterns
51
51
52
52
| Pattern | Description | Status |
You can’t perform that action at this time.
0 commit comments