4 Commits

Author SHA1 Message Date
s.solodyagin 8e7d9dc779 Merge tag 'tags/v1.11.0' 2025-10-14 13:53:17 +03:00
s.solodyagin 135bac2404 Merge remote-tracking branch 'upstream/master' 2025-07-09 14:40:09 +03:00
Flc゛ 848e1cdd0d refactor: replace interface{} with any in type declarations (#4249)
- Update golangci.yml to use 'any' instead of 'interface{}' in gofmt
- Modify debug.go, plain.go, and render_test.go to use 'any' type
- Improve code readability and follow modern Go conventions

Signed-off-by: Flc <four_leaf_clover@foxmail.com>
2025-05-26 23:11:05 +08:00
guonaihong 6ca8ddb1ae feat(binding): add BindPlain (#3904)
* add BindPlain

* fix ci/cd error
2024-05-13 11:11:56 +08:00