# README
go-request-id
Go module to work with tracing Request-Id
# Functions
ExtractRequestID returns request-id from context or empty string of no request-id found in context.
WithNewRandomRequestID returns context.Context with new random request-id attached to it.
WithRequestID returns new context.Context with new request-id attached to it.
# Variables
No description provided by the author