# gf **Repository Path**: gitxuchang/gf ## Basic Information - **Project Name**: gf - **Description**: GoFrame是一款模块化、高性能、企业级的Go基础开发框架。 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: https://goframe.org - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 649 - **Created**: 2021-07-12 - **Last Updated**: 2021-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言 ## README # GoFrame [](https://godoc.org/github.com/gogf/gf) [](https://travis-ci.org/gogf/gf) [](https://goreportcard.com/report/github.com/gogf/gf) [](https://codecov.io/gh/gogf/gf/branch/master) [](https://github.com/gogf/gf) [](https://github.com/gogf/gf) [English](README.MD) | 简体中文 `GoFrame`是一款模块化、高性能、企业级的Go基础开发框架。 > 如果您初识`Go`语言,您可以将`GoFrame`类似于`PHP`中的`Laravel`, `Java`中的`SpringBoot`或者`Python`中的`Django`。 # 特点 * 模块化、松耦合 * 模块丰富、开箱即用 * 简洁易用、快速接入 * 文档详尽、易于维护 * 自顶向下、体系化设计 * 统一框架、统一组件、降低选择成本 * 开发规范、设计模式、代码分层模型 * 强大便捷的开发工具链 * 完善的本地中文化支持 * 设计为团队及企业使用 # 地址 - **主库**:https://github.com/gogf/gf - **码云**:https://gitee.com/johng/gf # 安装 ```html go get -u -v github.com/gogf/gf/v2 ``` 推荐使用 `go.mod`: ``` require github.com/gogf/gf/v2 latest ``` # 限制 ```shell golang版本 >= 1.14 ``` # 架构