go-crypto icon indicating copy to clipboard operation
go-crypto copied to clipboard

Golint vet errcheck on ProtonMail fork

Open zugzwang opened this issue 5 years ago • 0 comments

This branch contains a better linted crypto package with golint, vet, errcheck, deadcode, etc.

  • Export functions, variables, methods, properties with initialisms are not corrected in order to preserve the API.
  • Add or correct comments globally.
  • Fix some shadowed declarations, missing or ghost error checks.

zugzwang avatar Aug 29 '19 14:08 zugzwang