readme update

This commit is contained in:
john
2020-07-12 10:25:15 +08:00
parent 5c5dce9dc3
commit 001d524ff7
2 changed files with 12 additions and 10 deletions

View File

@ -31,6 +31,11 @@ require github.com/gogf/gf latest
golang version >= 1.11
```
# Architecture
<div align=center>
<img src="https://goframe.org/images/arch.png?v=12"/>
</div>
# Packages
1. **Primary Package**
@ -40,11 +45,6 @@ golang version >= 1.11
The community packages are contributed and maintained by community members, which are hosted in `gogf` organization. Some of the community packages are separated from the `gf` repository, which are not of common usage or are with heavy dependencies.
# Architecture
<div align=center>
<img src="https://goframe.org/images/arch.png?v=12"/>
</div>
# Performance
Here's the most popular Golang frameworks and libraries performance testing result in `WEB Server`. Performance testing cases source codes are hosted at: https://github.com/gogf/gf-performance

View File

@ -45,6 +45,13 @@ require github.com/gogf/gf latest
golang版本 >= 1.11
```
# 架构
<div align=center>
<img src="https://goframe.org/images/arch.png?v=12"/>
</div>
# 模块
1. **核心模块**
@ -56,11 +63,6 @@ golang版本 >= 1.11
社区模块主要由社区贡献并维护,大部分也是由`gf`主仓库的贡献者提供及维护,存放于`gogf`空间下,与`gf`主仓库处于同一级别。有的社区模块是从`gf`主仓库中剥离出来单独维护的模块,这些模块并不是特别常用,或者对外部依赖较重。
# 架构
<div align=center>
<img src="https://goframe.org/images/arch.png?v=12"/>
</div>
# 性能
以下是目前最流行的`WEB Server` Golang框架/类库性能测试结果。