Skip to content

Commit

Permalink
Remove the implicit key handler registration packages.
Browse files Browse the repository at this point in the history
Key handlers should be registered explicitly, as it is no more
difficult, and having package imports with side-effect is a common
source of confusion.
  • Loading branch information
pphaneuf committed May 26, 2021
1 parent 93da0da commit 997f2c7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 218 deletions.
27 changes: 0 additions & 27 deletions crypto/keys/der/proto/register.go

This file was deleted.

47 changes: 0 additions & 47 deletions crypto/keys/der/proto/register_test.go

This file was deleted.

27 changes: 0 additions & 27 deletions crypto/keys/pem/proto/register.go

This file was deleted.

40 changes: 0 additions & 40 deletions crypto/keys/pem/proto/register_test.go

This file was deleted.

17 changes: 0 additions & 17 deletions crypto/keys/pkcs11/proto/doc.go

This file was deleted.

38 changes: 0 additions & 38 deletions crypto/keys/pkcs11/proto/register.go

This file was deleted.

22 changes: 0 additions & 22 deletions crypto/keys/pkcs11/proto/register_test.go

This file was deleted.

0 comments on commit 997f2c7

Please sign in to comment.