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 33 <h1 align =" center " >
44 Go Patterns
55 <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>
99 </h1 >
1010</p >
1111
@@ -46,7 +46,7 @@ A curated collection of idiomatic design & application patterns for Go language.
4646| [ Strategy] ( /behavioral/strategy.md ) | Enables an algorithm's behavior to be selected at runtime | ✔ |
4747| [ Template] ( /behavioral/template.md ) | Defines a skeleton class which defers some methods to subclasses | ✘ |
4848| [ Visitor] ( /behavioral/visitor.md ) | Separates an algorithm from an object on which it operates | ✘ |
49-
49+
5050## Synchronization Patterns
5151
5252| Pattern | Description | Status |
You can’t perform that action at this time.
0 commit comments