# README
Traceable Context
Traceable Context is a wrapper around go context which will provide a way to share a traceable UUID between different contexts
ctx := traceable_context.WithUUID(uuid.New())
Traceable Context is a wrapper around go context which will provide a way to share a traceable UUID between different contexts
ctx := traceable_context.WithUUID(uuid.New())