diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 22:21:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 22:21:09 -0600 |
| commit | f888dab0f223ae4b41de232e941a62a46f978309 (patch) | |
| tree | a8090e1bbaca220946dbc998666256effbf623c1 /marshal.go | |
| parent | 7a1c1e318045165f14894ce4a12e3105a68eb3cc (diff) | |
Diffstat (limited to 'marshal.go')
| -rw-r--r-- | marshal.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ func marshal(names map[string]string) { fmt.Fprintln(w, "") for _, v := range marshalKeys { - log.Info("found marshal key in .proto", v) + // log.Info("found marshal key in .proto", v) marshalThing(w, v) } |
