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

fix: don't replace err variable in nested check (#22416) #22436

Commits on Jan 13, 2023

  1. fix: don't replace err variable in nested check (go-gitea#22416)

    We can use `:=` to make `err` local to the if-scope instead of
    overwriting the `err` in outer scope.
    
    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b552ec2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Merge v1.18

    lunny committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    415eaa3 View commit details
    Browse the repository at this point in the history