Move cert.go to a subpackage
This commit is contained in:
parent
7a00539f75
commit
14d89f304a
@ -1,4 +1,5 @@
|
|||||||
package gemini
|
// Package certificate provides utility functions for TLS certificates.
|
||||||
|
package certificate
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"crypto"
|
"crypto"
|
||||||