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`主仓库中剥离出来单独维护的模块,这些模块并不是特别常用,或者对外部依赖较重。
+
+
# 架构