Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify certificate nil check in smime.go
Replaced redundant `nil` check with a concise length check for `keyPairTLS.Certificate`. This ensures cleaner and more readable code while maintaining the same functionality.
- Loading branch information