ctxdata icon indicating copy to clipboard operation
ctxdata copied to clipboard

A helper for collecting and emitting metadata throughout a request lifecycle.

Results 2 ctxdata issues
Sort by recently updated
recently updated
newest added

It appears that you switched synchronization from mutexes to channels on purpose. What is the idea behind this change?

https://github.com/peterbourgon/ctxdata/blob/503d7993117f2a5e17d15720b54f47a80c06a9d1/data.go#L121-L122 This method returns only a single `map[string]interface{}` value but the current docstring states that: `If this method is called on a nil Data pointer, it returns ErrNoData.` It should...