Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

fix error wrapping in main file #1

Merged
merged 1 commit into from
Feb 5, 2023
Merged

fix error wrapping in main file #1

merged 1 commit into from
Feb 5, 2023

Conversation

tjgurwara99
Copy link
Owner

In the release of v0.0.1 there was an issue of using the fmt.Errorf("... : %w", err.Error()) which should have been fmt.Errorf("... : %w", err). This PR aims to fix that issue.

@tjgurwara99 tjgurwara99 merged commit 5ae587c into main Feb 5, 2023
@tjgurwara99 tjgurwara99 deleted the fix-error-wrap branch February 5, 2023 15:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant