Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Shorthand Increment Operator: Replace `errcount += 1` with `errcount++`, as it is a more concise and conventional way to increment an integer by 1 in Go. This minor refactoring improves code readability and aligns with common Go practices. Ref: #42 Signed-off-by: Ryan Johnson <[email protected]>
- Loading branch information