mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
1d4e684949684852c9e20ef52a364b2abf1b73a1
优化run命令使得只在文件有写入事件时才触发reload: gf run 的文件监控逻辑之前会对所有文件系统事件做出响应,包括非内容修改的事件(如文件access time变化),这会导致开发过程中不必要的频繁重载。本次修改在文件监控回调中增加了event.IsWrite()的判断,确保只有在文件内容被实际写入时才触发重载逻辑,优化了开发体验。
feat(gdb): Allow to set table field metadata and allow to generate table fields registration code when generating dao (#4460)
fix(gerror): Fixed serialization failure issue when gerror.Error text field contains quote symbols (#4449)
A powerful framework for faster, easier, and more efficient project development.
Documentation
- GoFrame Official Site: https://goframe.org
- GoFrame Official Site(en): https://goframe.org/en
- GoFrame Mirror Site(中文): https://goframe.org.cn
- GoFrame Mirror Site(github pages): https://pages.goframe.org
- GoDoc API: https://pkg.go.dev/github.com/gogf/gf/v2
Contributors
💖 Thanks to all the contributors who made GoFrame possible 💖
License
GoFrame is licensed under the MIT License, 100% free and open-source, forever.
Languages
GO
100%
