Alex Mammay
Alex Mammay
pr that shows issue -> https://github.com/deepmap/oapi-codegen/pull/959
@Mistic92 just was browsing through and i ended up doing something like this ```go func (i *AppLogger) WrapTraceContext(ctx context.Context) *zap.SugaredLogger { sc := trace.SpanContextFromContext(ctx) fields := zapdriver.TraceContext(sc.TraceID().String(), sc.SpanID().String(), sc.IsSampled(), i.projectID)...
just a suggestion while i was checking out this project, if the above template refactor does happen, it might be worth exposing some sort of interface to be able to...