Skip to content

Commit a80af19

Browse files
committed
README: update repository badges
1 parent dc42cd7 commit a80af19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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 |

0 commit comments

Comments
 (0)