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

lang: ast: Remove redundant nil check #731

Merged
merged 1 commit into from
Feb 8, 2024
Merged

lang: ast: Remove redundant nil check #731

merged 1 commit into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. lang: ast: Remove redundant nil check

    From the Go specification [1]:
    
      "1. ... For a nil slice, the number of iterations is 0."
    
    Therefore, an additional nil check for around the loop is unnecessary.
    
    [1]: https://go.dev/ref/spec#For_range
    
    Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
    Juneezee committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b09b21e View commit details
    Browse the repository at this point in the history