From 0ad7ee5a32431dcedb8a53828cb354fa11a45c5a Mon Sep 17 00:00:00 2001 From: John Date: Mon, 17 Dec 2018 13:07:01 +0800 Subject: [PATCH] add code helper --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 86fda13d5..3b2c911ab 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@ -# 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 Help](https://www.codetriage.com/johng-cn/gf)](https://www.codetriage.com/johng-cn/gf/badges/users.svg) +# 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)](https://www.codetriage.com/johng-cn/gf/badges/users.svg) `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.