linter fix

This commit is contained in:
ryanfkeepers 2023-02-19 08:26:37 -07:00
parent 66f734b4db
commit 3edc74c170

View File

@ -255,7 +255,6 @@ func ExampleErrors_Tracker() {
// handle the Err() that appeared in the tracker
fmt.Println("err occurred", errs.Err())
}
}
// ExampleErrorsE2e showcases a more complex integration.