Jacques Dafflon
Jacques Dafflon
- Add options to generate: - A plain map for a nullable union resulting in a map. - A plain slice for a nullable union resulting in a slice. -...
Related to #371 and #372, when generating a struct with a field of type `["null", "array"]` it would be great if there was an option to have the resulting go...
### :zap: Summary I am not sure lefthook or even git hooks are the right tools but I have the following problem: I have a set of private generic hooks...
- Pass the context to the logger to be used by hooks. - Update test case with a hook to read value from the context. - Bump zerolog to v.1.30.0...
I have a custom type (`struct`) which implements [`LogObjectMarshaler`](https://pkg.go.dev/github.com/rs/zerolog#LogObjectMarshaler). I would like to add extra field when logging my object but only at the `debug` level. However I can't get...