diff options
| author | adnano <[email protected]> | 2020-09-28 02:28:28 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-09-28 02:28:28 -0400 |
| commit | b4eb62e84990ca053e8b8a280f467f82c70b51cf (patch) | |
| tree | 63f0f16ba965921ec6d8c8c93a947ea7bedadc85 | |
| parent | Use splitHostPort function from net/url (diff) | |
| download | go-gemini-b4eb62e84990ca053e8b8a280f467f82c70b51cf.tar.xz go-gemini-b4eb62e84990ca053e8b8a280f467f82c70b51cf.zip | |
Update comments
| -rw-r--r-- | verify.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ // Modified to allow Common Names in the short term, until new certificates // can be issued with SANs. // -// Also includes the splitHostPort function from net/url package. +// Also includes the splitHostPort function from the net/url package. // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style |