Add optional host argument in examples/client.go

This commit is contained in:
Adnan Maolood
2020-10-28 16:50:17 -04:00
parent 5e4a38dccb
commit 66e4dc86d5
2 changed files with 6 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ type responderKey struct {
// If no scheme is specified, a default scheme of gemini:// is assumed.
//
// Wildcard patterns are supported (e.g. *.example.com).
// To register a certificate for a wildcard domain, call Certificates.Add:
// To register a certificate for a wildcard hostname, call Certificates.Add:
//
// var s gemini.Server
// s.Certificates.Add("*.example.com", cert)