Migrated repository
Go to file
2021-10-11 21:34:19 +08:00
.example remove usage of package gparser 2021-09-27 23:05:46 +08:00
.gitee gitee/github template update 2021-06-01 19:59:57 +08:00
.github github ci action updates 2021-09-19 10:50:31 +08:00
container improve converting performance for equal type converting 2021-10-03 00:58:57 +08:00
crypto improve package gcache, add GetVar*/RemoveVar/UpdateVar functions for package gcache 2021-09-16 20:57:59 +08:00
database filter issue in internal/structs 2021-10-06 11:10:35 +08:00
debug/gdebug add function TestDataContent for package gdebug 2021-08-10 17:20:15 +08:00
encoding fix unit testing cases 2021-09-28 19:04:36 +08:00
errors add function gerror.HasStack; rename all api* interfaces to i* 2021-09-17 19:26:56 +08:00
frame add alias g.Meta for gmeta.Meta 2021-10-06 20:11:54 +08:00
i18n/gi18n remove deprecated functions; refract package gjson 2021-09-27 22:47:39 +08:00
internal openapi generating feature 2021-10-06 19:52:19 +08:00
net fix issue for unit testing case for package ghttp 2021-10-06 20:16:18 +08:00
os rename gctx.Value/WithValue to CtxId/WithCtxId 2021-10-11 20:25:02 +08:00
protocol/goai openapi 2021-10-11 20:39:13 +08:00
test/gtest remove deprecated functions; refract package gjson 2021-09-27 22:47:39 +08:00
text add package goai for OpenAPIv3 support 2021-10-02 14:52:28 +08:00
util add context for validation functions of package gvalid 2021-10-11 21:34:19 +08:00
.gitattributes dev 2017-07-04 18:31:39 +08:00
.gitignore gf cli updates 2021-06-30 20:00:50 +08:00
.travis.yml update required minimum go version from 1.11 to 1.14 2021-03-18 11:19:36 +08:00
go.mod refract package gredis 2021-09-26 23:22:32 +08:00
go.sum add package goai for OpenAPIv3 support 2021-10-02 14:52:28 +08:00
LICENSE remove reuseport in ghttp 2019-02-14 15:43:31 +08:00
README_ZH.MD readme update 2021-09-20 12:29:05 +08:00
README.MD readme update 2021-09-20 12:29:05 +08:00
version.go refract package gredis 2021-09-26 23:22:32 +08:00

GoFrame

Go Doc GoFrame CI Go Report Code Coverage Production Ready License

English | 简体中文

GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.

If you're a newbie to Go, you may consider GoFrame easy and great as Laravel in PHP, SpringBoot in Java or Django in Python.

Installation

go get -u -v github.com/gogf/gf

suggested using go.mod:

require github.com/gogf/gf latest

Limitation

golang version >= 1.11

Architecture

Packages

  1. Primary Package

    The gf repository maintains some basic and most commonly used packages, keeping it as lightweight and simple as possible.

  2. Community Package

    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.

Performance

The Web component performance of GoFrame, please refer to third-party project: https://github.com/the-benchmarker/web-frameworks

Documentation

License

GF is licensed under the MIT License, 100% free and open-source, forever.

Part Of Users

We list part of the users here, if your company or products are using GoFrame, please let us know here.

Contributors

This project exists thanks to all the people who contribute. [Contributors].

Donators

If you love GF, why not buy developer a cup of coffee?

Sponsors

We appreciate any kind of sponsorship for GF development. If you've got some interesting, please contact WeChat 389961817 / Email john@goframe.org.

Thanks

JetBrains Atlassian