Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k authored May 14, 2022
1 parent 0820343 commit dc694b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -1169,8 +1169,6 @@ func emitCborMarshalStructMap(w io.Writer, gti *GenTypeInfo) error {
for _, f := range gti.Fields {
fmt.Fprintf(w, "\n\t// t.%s (%s) (%s)", f.Name, f.Type, f.Type.Kind())

// todo here

if err := emitCborMarshalStringField(w, Field{
Name: `"` + f.MapKey + `"`,
}); err != nil {
Expand Down

0 comments on commit dc694b1

Please sign in to comment.