zekin

Results 6 issues of zekin

### What version of Go are you using (`go version`)? $ go version go version go1.20 darwin/arm64 ### Does this issue reproduce with the latest release? Yes ### What operating...

NeedsInvestigation

#### What type of PR is this? feat #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this...

#### What type of PR is this? test #### Check the PR title. - [ ] This PR title match the format: \(optional scope): \ - [ ] The description...

#### What type of PR is this? feat #### Check the PR title. - [ ] This PR title match the format: \(optional scope): \ - [ ] The description...

#### What type of PR is this? fix #### Check the PR title. - [x] This PR title match the format: \(optional scope): \ - [x] The description of this...

## Description 为 `raw_struct` extension 增加一个新的 template `Typedef` 用于覆盖默认 template 中的 `Typedef` 其删除了默认 `Typedef` 中生成 `NewStruct` 的逻辑 ## Motivation and Context 问题: 如果 Thrift 中定义了 `typedef A=B`,在代码生成的过程中,默认 template 中的 `Typedef`...