Migrated repository
Go to file
2024-09-13 16:51:39 +08:00
.gitee rename gitee issue template (#3274) 2024-01-22 21:07:04 +08:00
.github ci: add Scorecard workflow (#3702) 2024-07-24 19:24:14 +08:00
cmd/gf feat(database/gdb): add time field type for value converting for/from field (#3712) 2024-09-10 17:51:22 +08:00
container refractor(container/gtree): refactor code with gods package for rbtree (#3655) 2024-07-02 20:36:43 +08:00
contrib fix(database/gdb): #3754 FieldsEx feature conflicts with soft time feature in soft time fields updating (#3773) 2024-09-13 16:50:38 +08:00
crypto rename function name PKCS5UnPadding to PKCS7UnPadding (#3124) 2023-11-06 19:20:07 +08:00
database fix(database/gdb): #3755 error parsing database link without port number (#3772) 2024-09-13 16:50:59 +08:00
debug/gdebug fix(debug/gdebug): incorrect package name handling in function CallerPackage (#3771) 2024-09-13 16:51:39 +08:00
encoding fix(encoding/gxml): XML special character encoding error (#3740) 2024-09-13 10:37:15 +08:00
errors gerror: fix #3633 Is performs the same as errors.Is from go stdlib (#3640) 2024-06-13 21:55:32 +08:00
example feat: version v2.7.3 (#3763) 2024-09-09 16:39:02 +08:00
frame fix: http superfluous response.WriteHeader call in some scenario (#3428) 2024-03-28 22:08:54 +08:00
i18n/gi18n fix: unit test error in PgSQL and SQLite; Unified t.Assert(err, nil) to t.AssertNil(err) (#3356) 2024-03-12 20:05:03 +08:00
internal fix: #3390 name&shor tag mapping failed to command input object for package gcmd (#3429) 2024-04-01 19:07:08 +08:00
net fix(net/ghttp): skip common response body in common response handler for streaming content types (#3762) 2024-09-12 17:50:43 +08:00
os fix(os/gtime): fix gtime.Value() when time only, add time only example (#3714) 2024-08-14 21:00:39 +08:00
test/gtest test/gtest: add support for string type in AssertIN and AssertNI (#3537) 2024-04-24 21:04:54 +08:00
text comments update for package gstr (#3233) 2024-01-02 20:16:51 +08:00
util fix(util/gconv): #3764 fix bool converting issue (#3765) 2024-09-12 21:59:38 +08:00
.codecov.yml feat: add codecov.yml ignore cmd test (#2729) 2023-06-29 20:14:31 +08:00
.gitattributes dev 2017-07-04 18:31:39 +08:00
.gitignore fix issue command gf run -w takes no effect (#3321) 2024-02-27 20:33:57 +08:00
.golangci.yml database/gdb: fix deadlock when orm operations perform in cache function from gcache (#3585) 2024-05-22 21:14:43 +08:00
.set_version.sh script updates for version upgrading (#3169) 2023-11-22 20:49:07 +08:00
go.mod database/gdb: remove duplicated SQL records in tracing events (#3659) 2024-06-25 21:11:36 +08:00
go.sum container/gtree: refactor code with gods package (#3595) 2024-06-13 21:26:53 +08:00
LICENSE remove reuseport in ghttp 2019-02-14 15:43:31 +08:00
Makefile improve command make version (#2676) 2023-06-06 17:10:32 +08:00
README.MD fix github pages ci (#3331) 2024-02-28 19:20:37 +08:00
sonar-project.properties ci: add Scorecard workflow (#3702) 2024-07-24 19:24:14 +08:00
version.go feat: version v2.7.3 (#3763) 2024-09-09 16:39:02 +08:00

GoFrame

Go Reference GoFrame CI Go Report Card Code Coverage Production Ready License

Release GitHub pull requests GitHub closed pull requests GitHub issues GitHub closed issues Stars Forks

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?

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.18

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