From 0e39400dd07dbb56c585679bae226f5148167059 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 17 Jan 2019 22:20:37 +0800 Subject: [PATCH] johng-cn/gf -> gogf/gf --- README.MD | 16 ++++++++-------- README_ZH.MD | 16 ++++++++-------- TODO.MD | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.MD b/README.MD index a69a5e320..a0eaca7a8 100644 --- a/README.MD +++ b/README.MD @@ -1,17 +1,17 @@ # 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) +[![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) +[![Go Report](https://goreportcard.com/badge/github.com/gogf/gf)](https://goreportcard.com/report/github.com/gogf/gf) [![Documents](https://img.shields.io/badge/docs-100%25-green.svg)](https://gfer.me) -[![License](https://img.shields.io/github/license/johng-cn/gf.svg?style=flat)](https://github.com/johng-cn/gf) -[![Language](https://img.shields.io/badge/language-go-blue.svg)](https://github.com/johng-cn/gf) -[![Release](https://img.shields.io/github/release/johng-cn/gf.svg?style=flat)](https://github.com/johng-cn/gf/releases) +[![License](https://img.shields.io/github/license/gogf/gf.svg?style=flat)](https://github.com/gogf/gf) +[![Language](https://img.shields.io/badge/language-go-blue.svg)](https://github.com/gogf/gf) +[![Release](https://img.shields.io/github/release/gogf/gf.svg?style=flat)](https://github.com/gogf/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. diff --git a/README_ZH.MD b/README_ZH.MD index aa083f5b3..19028daa0 100644 --- a/README_ZH.MD +++ b/README_ZH.MD @@ -1,17 +1,17 @@ # 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) +[![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) +[![Go Report](https://goreportcard.com/badge/github.com/gogf/gf)](https://goreportcard.com/report/github.com/gogf/gf) [![Documents](https://img.shields.io/badge/docs-100%25-green.svg)](https://gfer.me) -[![License](https://img.shields.io/github/license/johng-cn/gf.svg?style=flat)](https://github.com/johng-cn/gf) -[![Language](https://img.shields.io/badge/language-go-blue.svg)](https://github.com/johng-cn/gf) -[![Release](https://img.shields.io/github/release/johng-cn/gf.svg?style=flat)](https://github.com/johng-cn/gf/releases) +[![License](https://img.shields.io/github/license/gogf/gf.svg?style=flat)](https://github.com/gogf/gf) +[![Language](https://img.shields.io/badge/language-go-blue.svg)](https://github.com/gogf/gf) +[![Release](https://img.shields.io/github/release/gogf/gf.svg?style=flat)](https://github.com/gogf/gf/releases) `GF(Go Frame)`是一款模块化、松耦合、轻量级、高性能的Go应用开发框架。支持热重启、热更新、多域名、多端口、多服务、HTTP/HTTPS、动态路由等特性 diff --git a/TODO.MD b/TODO.MD index 3514d4f01..8a95494f7 100644 --- a/TODO.MD +++ b/TODO.MD @@ -72,7 +72,7 @@ 21. 改进控制器及执行对象注册,更友好地支持动态路由注册,例如:注册规则为 /channel/:name,现有的控制器及执行对象注册很难友好支持这种动态形式; 22. 当前gpage分页包的输出标签不支持li,大多数CSS框架都是li+a标签模式,需要提供可更加灵活的定制化功能实现; 23. 平滑重启机制改进,以便于开发阶段调试; -24. 对grpool进行优化改进,包括属性原子操作封装采用gtype实现,修正设计BUG:https://github.com/johng-cn/gf/issues/6; +24. 对grpool进行优化改进,包括属性原子操作封装采用gtype实现,修正设计BUG:https://github.com/gogf/gf/issues/6; 25. gredis增加redis密码支持; 26. 改进ghttp.Server平滑重启机制,当新进程接管服务后,再使用进程间通信方式通知父进程销毁; 27. gproc进程间通信增加分组特性,不同的进程间可以通过进程ID以及分组名称发送/获取进程消息;