mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
## Summary - Add 2 new integration test cases for `gf gen pb` command - `TestGenPb_MultipleTags`: tests multiple validation tags (v:required, v:#Id > 0, v:email) and dc tags - `TestGenPb_NestedMessage`: tests nested message structures with various tag types ## Test Data - Add `testdata/genpb/multiple_tags.proto` - proto file with multiple tag annotations - Add `testdata/genpb/nested_message.proto` - proto file with nested message structures ## Test Plan - [x] Run `go test -v -run "TestGenPb" ./...` - all 4 tests pass (2 existing + 2 new)