Move cert.go to a subpackage

This commit is contained in:
Adnan Maolood 2021-01-14 20:42:12 -05:00
parent 7a00539f75
commit 14d89f304a
2 changed files with 49 additions and 56 deletions

View File

@ -1,4 +1,5 @@
package gemini // Package certificate provides utility functions for TLS certificates.
package certificate
import ( import (
"crypto" "crypto"