-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add errors to ftv1 traces (#3506)
* feat: add errors to ftv1 traces * fix lint * tests + lint + removing unneeded logging * mutex handling improvements * use pointers to errors when possible * more updates to use pointers per pr feedback * Update tree_builder.go to comment debug for now The linters may complain (I'm doing this on a phone, not an IDE) * Make formatting nice Signed-off-by: Steve Coffman <[email protected]> * Remove unused errors import Signed-off-by: Steve Coffman <[email protected]> --------- Signed-off-by: Steve Coffman <[email protected]> Co-authored-by: Steve Coffman <[email protected]> Co-authored-by: Steve Coffman <[email protected]>
- Loading branch information
1 parent
6cb6e32
commit 5a54622
Showing
3 changed files
with
149 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters