mirror of
https://gitee.com/johng/gf.git
synced 2024-11-29 18:57:44 +08:00
Migrated repository
.example | ||
.gitee | ||
.github | ||
container | ||
crypto | ||
database | ||
debug/gdebug | ||
encoding | ||
errors/gerror | ||
frame | ||
i18n/gi18n | ||
internal | ||
net | ||
os | ||
test/gtest | ||
text | ||
util | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
DONATOR.MD | ||
go.mod | ||
LICENSE | ||
README_ZH.MD | ||
README.MD | ||
RELEASE.1.MD | ||
RELEASE.2.MD | ||
TODO.MD | ||
version.go |
GoFrame
English | 简体中文
GF(GoFrame)
is a modular, full-featured and production-ready application development framework of golang.
Providing a series of core components and dozens of practical modules,
such as: memcache, configure, validator, logging, array/queue/set/map containers,
timer/timing tasks, file/memory lock, object pool, database ORM, etc.
Supporting web server integrated with router, cookie, session, middleware, logger,
template, https, hooks, rewrites and many more features.
Installation
go get -u -v github.com/gogf/gf
suggested using go.mod
:
require github.com/gogf/gf latest
Limitation
golang version >= 1.10
Documentation
Architecture
Quick Start
package main
import (
"github.com/gogf/gf/frame/g"
"github.com/gogf/gf/net/ghttp"
)
func main() {
s := g.Server()
s.BindHandler("/", func(r *ghttp.Request) {
r.Response.Write("Hello World")
})
s.Run()
}
License
GF
is licensed under the MIT License, 100% free and open-source, forever.
Donators
We currently accept donation by Alipay/WechatPay, please note your github/gitee account in your payment bill. If you like GF
, why not buy developer a cup of coffee?