removed useless docs

This commit is contained in:
Tigor Hutasuhut 2024-08-19 16:21:44 +07:00
parent fc4429a918
commit dcbcbddcea

View file

@ -8,9 +8,6 @@ import (
// EndWithStatus ends the span with the status of the error if not nil // EndWithStatus ends the span with the status of the error if not nil
// otherwise it will set the status to OK. // otherwise it will set the status to OK.
// //
// This function should be used for ending spans, not for starting spans
// or spans that will have children, to avoid duplicate error recordings.
//
// Do not defer this function directly since err might be nil at the // Do not defer this function directly since err might be nil at the
// start of defer call. Instead it should be wrapped in a function to // start of defer call. Instead it should be wrapped in a function to
// capture the error correctly. // capture the error correctly.