Migrated repository
Go to file
2021-12-04 22:17:35 +08:00
.gitee gitee/github template update 2021-06-01 19:59:57 +08:00
.github github action 2021-12-04 22:17:35 +08:00
container modify "May Output" to "Output" 2021-11-27 20:07:39 +08:00
crypto unit testing files renaming 2021-11-17 23:20:58 +08:00
database change MaxConnCount to 0 for ulimited connections for package gdb 2021-12-04 13:57:38 +08:00
debug/gdebug Improved import, by group improt. 2021-11-13 23:23:55 +08:00
encoding improve gutil.Dump 2021-11-18 15:20:37 +08:00
errors unit testing files renaming 2021-11-17 23:20:58 +08:00
frame move package /net/ghttp/internal/client as /net/gclient 2021-12-03 23:32:00 +08:00
i18n/gi18n unit testing files renaming 2021-11-17 23:20:58 +08:00
internal move package /net/ghttp/internal/client as /net/gclient 2021-12-03 23:32:00 +08:00
net move package /net/ghttp/internal/client as /net/gclient 2021-12-03 23:32:00 +08:00
os improve package gcmd 2021-12-04 00:26:45 +08:00
protocol/goai remove unnecessary code 2021-11-25 22:01:47 +08:00
test/gtest Improved import, by group improt. 2021-11-13 23:34:16 +08:00
text improve example for package gstr 2021-11-18 22:13:12 +08:00
util improve package gvalid 2021-12-04 00:11:57 +08:00
.gitattributes dev 2017-07-04 18:31:39 +08:00
.gitignore remove .example 2021-11-16 21:37:59 +08:00
.golangci.yml .golangci.yml updates 2021-11-16 21:25:14 +08:00
go.mod Improved import, by group improt. 2021-11-13 23:23:55 +08:00
go.sum Improved import, by group improt. 2021-11-13 23:23:55 +08:00
LICENSE remove reuseport in ghttp 2019-02-14 15:43:31 +08:00
README_ZH.MD README update 2021-12-04 00:07:49 +08:00
README.MD README update 2021-12-04 00:07:49 +08:00
version.go v2.0.0-beta 2021-11-14 11:36:59 +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

GoFrame 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 GoFrame, why not buy developer a cup of coffee?

Sponsors

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

Thanks

JetBrains Atlassian