Browse Source

Added go report badge

Wirecog 7 years ago
parent
commit
da44c587e2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Readme.md

+ 2
- 0
Readme.md View File

@@ -1,6 +1,8 @@
1 1
 <p align="center"><a href="http://isomorphicgo.org" target="_blank"><img src="https://github.com/isomorphicgo/isogoapp/blob/master/static/images/isomorphic_go_logo.png"></a></p>
2 2
 
3 3
 # Kick
4
+-
5
+[![Go Report Card](https://goreportcard.com/badge/github.com/isomorphicgo/kick)](https://goreportcard.com/report/github.com/isomorphicgo/kick)
4 6
 
5 7
 A lightweight mechanism to provide an *instant kickstart* to a Go web server instance, upon the modification of a Go source file within a particular project directory (including any subdirectories).
6 8