From 029cd5b52db8385d221690cbf75e5e4825e145d8 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Wed, 11 Jan 2023 13:19:42 -0700 Subject: much more extensive gus/gemini testing --- gemini/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gemini/client.go') diff --git a/gemini/client.go b/gemini/client.go index aca4576..05ab8cd 100644 --- a/gemini/client.go +++ b/gemini/client.go @@ -14,7 +14,7 @@ import ( // The only reason you might create more than one Client is to support separate TLS-cert // driven identities. // -// The zero value of Client is usable, it simply has no client TLS cert. +// The zero value is a usable Client with no client TLS certificate. type Client struct { tlsConf *tls.Config } -- cgit v1.2.3