mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
README updates
This commit is contained in:
22
README.MD
22
README.MD
@ -1,11 +1,19 @@
|
||||
# GoFrame
|
||||
<p align="center">
|
||||
<a href="https://goframe.org" target="_blank">
|
||||
<img src="https://goframe.org/download/thumbnails/3670188/logo.png" width="100">
|
||||
</a></p>
|
||||
|
||||
[](https://godoc.org/github.com/gogf/gf)
|
||||
[](https://travis-ci.org/gogf/gf)
|
||||
[](https://goreportcard.com/report/github.com/gogf/gf)
|
||||
[](https://codecov.io/gh/gogf/gf/branch/master)
|
||||
[](https://github.com/gogf/gf)
|
||||
[](https://github.com/gogf/gf)
|
||||
<p align="center">
|
||||
<a href="https://godoc.org/github.com/gogf/gf"><img src="https://godoc.org/github.com/gogf/gf?status.svg" alt="Go Doc"></a>
|
||||
<a href="https://travis-ci.com/github/gogf/gf"><img src="https://travis-ci.com/gogf/gf.svg?branch=master" alt="Build Status"></a>
|
||||
<a href="https://goreportcard.com/report/github.com/gogf/gf"><img src="https://goreportcard.com/badge/github.com/gogf/gf?v=1" alt="Go Report"></a>
|
||||
<a href="https://codecov.io/gh/gogf/gf/branch/master"><img src="https://codecov.io/gh/gogf/gf/branch/master/graph/badge.svg" alt="Code Coverage"></a>
|
||||
<a href="https://github.com/gogf/gf"><img src="https://img.shields.io/badge/production-ready-blue.svg" alt="Production Ready"></a>
|
||||
<a href="https://github.com/gogf/gf"><img src="https://img.shields.io/github/license/gogf/gf.svg?style=flat" alt="License"></a>
|
||||
</p>
|
||||
|
||||
|
||||
# GoFrame
|
||||
|
||||
English | [简体中文](README_ZH.MD)
|
||||
|
||||
|
||||
20
README_ZH.MD
20
README_ZH.MD
@ -1,10 +1,18 @@
|
||||
<p align="center">
|
||||
<a href="https://goframe.org" target="_blank">
|
||||
<img src="https://goframe.org/download/thumbnails/3670188/logo.png" width="100">
|
||||
</a></p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://godoc.org/github.com/gogf/gf"><img src="https://godoc.org/github.com/gogf/gf?status.svg" alt="Go Doc"></a>
|
||||
<a href="https://travis-ci.com/github/gogf/gf"><img src="https://travis-ci.com/gogf/gf.svg?branch=master" alt="Build Status"></a>
|
||||
<a href="https://goreportcard.com/report/github.com/gogf/gf"><img src="https://goreportcard.com/badge/github.com/gogf/gf?v=1" alt="Go Report"></a>
|
||||
<a href="https://codecov.io/gh/gogf/gf/branch/master"><img src="https://codecov.io/gh/gogf/gf/branch/master/graph/badge.svg" alt="Code Coverage"></a>
|
||||
<a href="https://github.com/gogf/gf"><img src="https://img.shields.io/badge/production-ready-blue.svg" alt="Production Ready"></a>
|
||||
<a href="https://github.com/gogf/gf"><img src="https://img.shields.io/github/license/gogf/gf.svg?style=flat" alt="License"></a>
|
||||
</p>
|
||||
|
||||
# GoFrame
|
||||
[](https://godoc.org/github.com/gogf/gf)
|
||||
[](https://travis-ci.org/gogf/gf)
|
||||
[](https://goreportcard.com/report/github.com/gogf/gf)
|
||||
[](https://codecov.io/gh/gogf/gf/branch/master)
|
||||
[](https://github.com/gogf/gf)
|
||||
[](https://github.com/gogf/gf)
|
||||
|
||||
[English](README.MD) | 简体中文
|
||||
|
||||
|
||||
Reference in New Issue
Block a user