Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit replaces `bytes.Compare(existing, output) == 0` with `bytes.Equal(existing, output)`, to comply with https://staticcheck.dev/docs/checks/#S1004.
- Loading branch information