Skip to content

Commit

Permalink
README: update repository badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrts committed Jan 31, 2017
1 parent dc42cd7 commit a80af19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<h1 align="center">
Go Patterns
<br>
<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>
<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>
<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>
<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>
<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>
<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>
</h1>
</p>

Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit a80af19

Please sign in to comment.