package
1.0.4
Repository: https://github.com/shkshariq/go-util.git
Documentation: pkg.go.dev

# 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())