The main repository has migrated from gitee to github ( https://github.com/gogf/gf ), with gitee serving as a mirror site for domestic code contributions and ISSUE submissions. Migration details are available at: https://goframe.org/upgradeto150
Significant improvements/enhancements have been made to the commonly used container array module: garray, including the addition of many commonly used methods, improved unit test cases, and method annotations. See API documentation: https://pkg.go.dev/github.com/gogf/gf/v2/container/garray
Significant improvements/enhancements have been made to the commonly used container set module: gset, including the addition of many commonly used methods, improved unit test cases, and method annotations. See API documentation: https://pkg.go.dev/github.com/gogf/gf/v2/container/gset
Significant improvements/enhancements have been made to the commonly used container MAP module: gmap, including the addition of many commonly used methods, improved unit test cases, and method annotations. See API documentation: https://pkg.go.dev/github.com/gogf/gf/v2/container/gmap
Significant improvements/enhancements have been made to the commonly used string module: gstr, including the addition of many commonly used methods, improved unit test cases, and method annotations. See API documentation: https://pkg.go.dev/github.com/gogf/gf/v2/text/gstr
Improved support for struct/ *struct parameters in gform, adjusting parameters of *Insert/*Save/*Replace/*Update/Where/Data methods to interface{} type, supporting parameter passing of any type: string/map/slice/struct/*struct. Refer to: https://goframe.org/database/orm/chaining
Added/improved test cases for several modules, including: gvalid/ gregex/ garray/ gset/ gmap/ gstr/ gconv/ ghttp/ gdb;
As the gkafka module is relatively heavy and not a core module of the framework, it has been moved to a new repository for independent management, and the related dependency package has been removed: https://github.com/gogf/gkafka