From e9f7b8bc0c8fee289572f6e9d74b2aceaf8bbb95 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 18 May 2019 14:55:15 +0800 Subject: [PATCH] README updates --- README.MD | 16 +++++++++++++--- README_ZH.MD | 17 ++++++++++------- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/README.MD b/README.MD index 733a794f0..06202e302 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # GoFrame
- + [![Go Doc](https://godoc.org/github.com/gogf/gf?status.svg)](https://godoc.org/github.com/gogf/gf) [![Build Status](https://travis-ci.org/gogf/gf.svg?branch=master)](https://travis-ci.org/gogf/gf) @@ -29,7 +29,7 @@ require github.com/gogf/gf latest # Limitation ``` -golang version >= 1.9.2 +golang version >= 1.10 ``` # Documentation @@ -68,7 +68,6 @@ func main() { `GF` is licensed under the [MIT License](LICENSE), 100% free and open-source, forever. - # Contributors - [aloncn](https://github.com/aloncn) @@ -91,6 +90,8 @@ func main() { # Donators +We currently accept donation by Alipay/WechatPay, please note your github/gitee account in your payment bill. If you like `GF`, why not [buy developer a cup of coffee](https://goframe.org/images/donate.png)? + - [flyke-xu](https://gitee.com/flyke-xu) - [hailaz](https://gitee.com/hailaz) - [ireadx](https://github.com/ireadx) @@ -106,3 +107,12 @@ func main() { + +# Sponsor + +We appreciate any kind of sponsorship for `GF` development. If you've got some interested, please contact john@goframe.org. + + + + + diff --git a/README_ZH.MD b/README_ZH.MD index fc43009cd..30b6ed12e 100644 --- a/README_ZH.MD +++ b/README_ZH.MD @@ -1,5 +1,6 @@ # GoFrame - +
+ [![Go Doc](https://godoc.org/github.com/gogf/gf?status.svg)](https://godoc.org/github.com/gogf/gf) [![Build Status](https://travis-ci.org/gogf/gf.svg?branch=master)](https://travis-ci.org/gogf/gf) @@ -8,6 +9,8 @@ [![Production Ready](https://img.shields.io/badge/production-ready-blue.svg)](https://github.com/gogf/gf) [![License](https://img.shields.io/github/license/gogf/gf.svg?style=flat)](https://github.com/gogf/gf) +
+ `GF(Go Frame)`是一款模块化、松耦合、生产级Go应用开发框架。提供了常用的核心开发组件,如:缓存、日志、文件、时间、队列、数组、集合、字符串、定时器、命令行、文件锁、内存锁、对象池、连接池、数据校验、数据编码、文件监控、定时任务、数据库ORM、TCP/UDP组件、进程管理/通信、 并发安全容器等等。并提供了Web服务开发的系列核心组件,如:Router、Cookie、Session、服务注册、配置管理、模板引擎等等,支持热重启、热更新、多域名、多端口、多服务、HTTPS、Rewrite等特性。 @@ -33,7 +36,7 @@ require github.com/gogf/gf latest # 限制 ```shell -golang版本 >= 1.9.2 +golang版本 >= 1.10 ``` # 架构 @@ -76,12 +79,12 @@ func main() { # 捐赠 -捐赠支持`GF`框架的研发, -请在捐赠时备注您的`github`/`gitee`账号名称。 +如果您喜欢`GF`,要不[给开发者来杯咖啡吧](https://goframe.org/images/donate.png)! +请在捐赠时备注您的`github`/`gitee`账号名称。 - - - +# 赞助 + +赞助支持`GF`框架的快速研发,如果您感兴趣,请联系 john@goframe.org 。 # 贡献者