Skip to content

Commit

Permalink
命名调整
Browse files Browse the repository at this point in the history
  • Loading branch information
davyxu committed Nov 29, 2022
1 parent 29d458a commit 0e87e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/ppgo/text.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func init() {
{{range .Structs}}
cellmeta.Register(&cellmeta.Meta{
FullName: "{{$.PackageName}}.{{.Name}}",
ID: {{StructMsgID .}},
Id: {{StructMsgID .}},
New: func() interface{} { return &{{.Name}}{} },
Type: reflect.TypeOf((*{{.Name}})(nil)).Elem(),
Codec: cellcodec.MustGetByName("{{StructCodec .}}"),
Expand Down

0 comments on commit 0e87e77

Please sign in to comment.