We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bdba9 commit 324a8d2Copy full SHA for 324a8d2
README.md
@@ -5,7 +5,14 @@
5
<p align="center">
6
<strong>ThinkGo is a lightweight MVC framework written in Go (Golang).</strong>
7
</p>
8
-
+<p align="center">
9
+ <a href="https://www.travis-ci.org/thinkoner/thinkgo">
10
+ <img src="https://www.travis-ci.org/thinkoner/thinkgo.svg?branch=master" alt="Build Status">
11
+ </a>
12
+ <a href="https://coveralls.io/github/thinkoner/thinkgo">
13
+ <img src="https://coveralls.io/repos/github/thinkoner/thinkgo/badge.svg" alt="Coverage Status">
14
15
+</p>
16
17
<a href="https://goreportcard.com/report/github.com/thinkoner/thinkgo">
18
<img src="https://goreportcard.com/badge/github.com/thinkoner/thinkgo" alt="Go Report Card">
0 commit comments