xmidt-org / golang-money

This is the Go implementation of Money
Apache License 2.0
14 stars 10 forks source link

API to quickly allow users of money to write to headers. #36

Closed githubsands closed 6 years ago

githubsands commented 6 years ago

After users of Money extract their results from a money HTTPTracker using Finish they are left unable to quickly add their new span details to the headers. WriteCompleteHeaders completes this.

githubsands commented 6 years ago

Note that travis will fail until the general_refactor_branch is merged into master (its currently still on local)