Migrated repository
Go to file
2021-11-18 06:26:27 +08:00
.example example&comment update 2021-11-01 19:46:39 +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 add neccessary parameter context for package gcron/gtimer 2021-10-30 15:36:10 +08:00
crypto version 2 2021-10-11 21:41:56 +08:00
database remove Logger interface from package gdb 2021-10-30 16:12:51 +08:00
debug/gdebug replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg 2021-10-21 18:22:47 +08:00
encoding fix issue in unit testing cases for package gjson 2021-10-28 23:46:24 +08:00
errors version 2 2021-10-11 21:41:56 +08:00
frame improve Dump feature 2021-10-30 20:35:55 +08:00
i18n/gi18n replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg 2021-10-21 18:22:47 +08:00
internal add IgnoreEmptySliceWhere feature for package gdb; add OriginValueAndKind/OriginTypeAndKind functions for package internal/utils 2021-10-28 23:18:23 +08:00
net example&comment update 2021-11-01 19:46:39 +08:00
os example&comment update 2021-11-01 19:46:39 +08:00
protocol/goai add automatically detectting feature for 'in' attribute of parameters for package goai;add 'datetime' rule for package gvalid 2021-10-27 15:33:29 +08:00
test/gtest version 2 2021-10-11 21:41:56 +08:00
text 修改示例表现形式 2021-11-18 06:26:27 +08:00
util improve Dump feature 2021-10-30 20:35:55 +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 replace gopkg.in/yaml.v2 with gopkg.in/yaml.v3 2021-10-25 19:17:56 +08:00
go.sum replace gopkg.in/yaml.v2 with gopkg.in/yaml.v3 2021-10-25 19:17:56 +08:00
LICENSE remove reuseport in ghttp 2019-02-14 15:43:31 +08:00
README_ZH.MD README update 2021-10-11 21:43:27 +08:00
README.MD README update 2021-10-11 21:43:27 +08:00
version.go v2.0.0-alpha 2021-10-22 17:54:53 +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/v2

suggested using go.mod:

require github.com/gogf/gf/v2 latest

Limitation

golang version >= 1.14

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