Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(cwg): replace deprecated errors module #12725

Merged
merged 2 commits into from
Jun 15, 2022

Commits on Jun 15, 2022

  1. refactor(cwf): Replaces errors.Wrap[f] with fmt.Errorf.

    Signed-off-by: Moritz Huebner <moritz.huebner@tngtech.com>
    MoritzThomasHuebner committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ca11795 View commit details
    Browse the repository at this point in the history
  2. refactor(cwf): Replaces more pkg/errors usages with std lib.

    Also fixes an incorrect use of commit/rollback error handling in ue_store_utils.go and uesim.go.
    
    Signed-off-by: Moritz Huebner <moritz.huebner@tngtech.com>
    MoritzThomasHuebner committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b10f7a9 View commit details
    Browse the repository at this point in the history