mirror of
https://github.com/gogf/gf.git
synced 2025-04-05 11:18:50 +08:00
fix(cmd/gf): protoc file comments contain backticks and double quotes, resulting in syntax errors in the generated file of go (#3890)
fix(net/goai): change default value of RequestBody.Required from true to false, add required tag support for RequestBody (#3796)
feat(net/ghttp): remove
Req/Res
suffix limitation for input/output parameters of strict router handler (#3848)
fix(cmd/gf): remove dir after process done if given build file parameter is not a file but a dir name (#3908)
fix(cmd/gf): table and field names converted to its lower case before CamelCase converting in command
gen dao
(#3801)
GoFrame
GoFrame
is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
Features
- modular, loosely coupled design
- rich components, out-of-the-box
- automatic codes generating for efficiency
- simple and easy to use, detailed documentation
- interface designed components, with high scalability
- fully supported tracing and error stack feature
- specially developed and powerful ORM component
- robust engineering design specifications
- convenient development CLI tool provide
- OpenTelemetry observability features support
- OpenAPIV3 documentation generating, automatically
- much, much more...ready to explore?
Documentation
- GoFrame Official Site: https://goframe.org
- GoDoc API: https://pkg.go.dev/github.com/gogf/gf/v2
Installation
Enter your repo. directory and execute following command:
primary module
go get -u -v github.com/gogf/gf/v2
cli tool
go install github.com/gogf/gf/cmd/gf/v2@latest
Limitation
golang version >= 1.20
Contributors
💖 Thanks all the contributors making GoFrame awesome! [Contributors] 💖
License
GoFrame
is licensed under the MIT License, 100% free and open-source, forever.
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
Languages
Go
100%