From 1879a9f4c76cbfe14372ed43213771c0e5c765d7 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 17 Dec 2018 13:28:19 +0800 Subject: [PATCH] README updates --- README.MD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index aaeef88b4..203feb9b1 100644 --- a/README.MD +++ b/README.MD @@ -1,8 +1,11 @@ -
- -
+# GoFrame + -# GoFrame [![Go Doc](https://godoc.org/github.com/johng-cn/gf?status.svg)](https://godoc.org/github.com/johng-cn/gf) [![Build Status](https://travis-ci.org/johng-cn/gf.svg?branch=master)](https://travis-ci.org/johng-cn/gf) [![Go Report](https://goreportcard.com/badge/github.com/johng-cn/gf)](https://goreportcard.com/report/github.com/johng-cn/gf) [![Code Helper](https://www.codetriage.com/johng-cn/gf/badges/users.svg)](https://www.codetriage.com/johng-cn/gf) [![Release](https://img.shields.io/github/release/johng-cn/gf.svg?style=flat-square)](https://github.com/johng-cn/gf/releases) +[![Go Doc](https://godoc.org/github.com/johng-cn/gf?status.svg)](https://godoc.org/github.com/johng-cn/gf) +[![Build Status](https://travis-ci.org/johng-cn/gf.svg?branch=master)](https://travis-ci.org/johng-cn/gf) +[![Go Report](https://goreportcard.com/badge/github.com/johng-cn/gf)](https://goreportcard.com/report/github.com/johng-cn/gf) +[![Code Helper](https://www.codetriage.com/johng-cn/gf/badges/users.svg)](https://www.codetriage.com/johng-cn/gf) +[![Release](https://img.shields.io/github/release/johng-cn/gf.svg?style=flat-square)](https://github.com/johng-cn/gf/releases) `GF(GoFrame)` is a modular, lightweight, loosely coupled, high performance application development framework written in Go. Supporting graceful server, hot updates, multi-domain, multi-port, multi-service, HTTP/HTTPS, dynamic/hook routing and many more features. Providing a series of core components and dozens of practical modules.