Skip to content

Commit

Permalink
Move badges to top of README
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Apr 23, 2020
1 parent a5070fc commit cd44ab4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cache2go
========

[![Build Status](https://travis-ci.org/muesli/cache2go.svg?branch=master)](https://travis-ci.org/muesli/cache2go)
[![Go ReportCard](http://goreportcard.com/badge/muesli/cache2go)](http://goreportcard.com/report/muesli/cache2go)
[![Coverage Status](https://coveralls.io/repos/github/muesli/cache2go/badge.svg?branch=master)](https://coveralls.io/github/muesli/cache2go?branch=master)
[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/muesli/cache2go)

Concurrency-safe golang caching library with expiration capabilities.

## Installation
Expand Down Expand Up @@ -80,10 +85,3 @@ To run this example, go to examples/mycachedapp/ and run:

You can find a [few more examples here](https://github.com/muesli/cache2go/tree/master/examples).
Also see our test-cases in cache_test.go for further working examples.

## Development

[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/muesli/cache2go)
[![Build Status](https://travis-ci.org/muesli/cache2go.svg?branch=master)](https://travis-ci.org/muesli/cache2go)
[![Coverage Status](https://coveralls.io/repos/github/muesli/cache2go/badge.svg?branch=master)](https://coveralls.io/github/muesli/cache2go?branch=master)
[![Go ReportCard](http://goreportcard.com/badge/muesli/cache2go)](http://goreportcard.com/report/muesli/cache2go)

0 comments on commit cd44ab4

Please sign in to comment.