I have an HTTP server and middleware, inside the middleware, I want to get the trace ID from context, but I get only zeros inside handler everything works fine and the trace ID exists
Here is my code sample https://go.dev/play/p/xKLuxX4SJX9
I have an HTTP server and middleware, inside the middleware, I want to get the trace ID from context, but I get only zeros inside handler everything works fine and the trace ID exists
Here is my code sample https://go.dev/play/p/xKLuxX4SJX9