This commit is contained in:
Carl Tashian 2022-03-22 10:41:16 -07:00
parent 91be50cf70
commit f20784be56
2 changed files with 1 additions and 2 deletions

View file

@ -109,7 +109,6 @@ func WithQuiet(quiet bool) Option {
}
}
// CA is the type used to build the complete certificate authority. It builds
// the HTTP server, set ups the middlewares and the HTTP handlers.
type CA struct {