diff options
| author | adnano <[email protected]> | 2020-10-12 16:34:52 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-10-12 16:34:59 -0400 |
| commit | a33a5be0634cbbca6c6f8eb2fd53bceb014fed02 (patch) | |
| tree | a23fdfdab8807baa8a604023f25d729f3edaabf1 /cert.go | |
| parent | Use a map for registering server handlers (diff) | |
| download | go-gemini-a33a5be0634cbbca6c6f8eb2fd53bceb014fed02.tar.xz go-gemini-a33a5be0634cbbca6c6f8eb2fd53bceb014fed02.zip | |
Update documentation
Diffstat (limited to 'cert.go')
| -rw-r--r-- | cert.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ import ( ) // CertificateStore maps hostnames to certificates. +// The zero value of CertificateStore is an empty store ready to use. type CertificateStore struct { store map[string]tls.Certificate } |