Skip to content

Commit

Permalink
Update github action badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai authored Feb 9, 2021
1 parent 0d59519 commit bd3733f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Maglev: A Google Maglev Hashing Algorithm implement in Golang
==============

[![GoDoc](https://godoc.org/github.com/kkdai/maglev?status.svg)](https://godoc.org/github.com/kkdai/maglev) [![Build Status](https://travis-ci.org/kkdai/maglev.svg?branch=master)](https://travis-ci.org/kkdai/maglev) [![](https://goreportcard.com/badge/github.com/kkdai/maglev)](https://goreportcard.com/badge/github.com/kkdai/maglev)
[![GoDoc](https://godoc.org/github.com/kkdai/maglev?status.svg)](https://godoc.org/github.com/kkdai/maglev) [![Build Status](https://travis-ci.org/kkdai/maglev.svg?branch=master)](https://travis-ci.org/kkdai/maglev) [![](https://goreportcard.com/badge/github.com/kkdai/maglev)](https://goreportcard.com/badge/github.com/kkdai/maglev) ![Go](https://github.com/kkdai/maglev/workflows/Go/badge.svg)


![](http://www.evanlin.com/images/2016/maglev1.png)
Expand Down Expand Up @@ -85,4 +85,4 @@ It is one of my [project 52](https://github.com/kkdai/project52).
License
---------------

This is under the Apache 2.0 [license](LICENSE). See the LICENSE file for details.
This is under the Apache 2.0 [license](LICENSE). See the LICENSE file for details.

0 comments on commit bd3733f

Please sign in to comment.