From bc1a7a16441ba213856c88468a22afac2ddc5bdf Mon Sep 17 00:00:00 2001 From: john Date: Sun, 17 May 2020 15:11:07 +0800 Subject: [PATCH] README updates --- README.MD | 9 +++++++++ README_ZH.MD | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.MD b/README.MD index 8bf4abb8e..f99063137 100644 --- a/README.MD +++ b/README.MD @@ -31,6 +31,15 @@ require github.com/gogf/gf latest golang version >= 1.11 ``` +# Packages +1. Primary + + The `gf` repository maintains some basic and most commonly used packages, keeping it as lightweight and simple as possible. + +1. Community + + The community packages are contrinuted and maintained by community members, which are reposited in `gogf` organization. + # Architecture
diff --git a/README_ZH.MD b/README_ZH.MD index 769a33849..e99ce4c50 100644 --- a/README_ZH.MD +++ b/README_ZH.MD @@ -45,6 +45,17 @@ require github.com/gogf/gf latest golang版本 >= 1.11 ``` +# 模块 + +1. 核心模块 + + `GoFrame`提供了一些基础的、常用的模块,简单、易用和轻量级,并保持极少的外部依赖,这些模块由`gf`主仓库细致维护。 + +1. 社区模块 + + 社区模块主要由社区贡献并维护,大部分也是由`gf`主仓库的贡献者提供及维护,存放于`gogf`组织下,与`gf`主仓库处于同一级别。有的社区模块是从`gf`主仓库中剥离出来单独维护的模块,这些模块并不是特别常用,或者对外部依赖较重。 + + # 架构