Add (*Client).Get function

This commit is contained in:
Adnan Maolood 2020-10-27 19:21:33 -04:00
parent 12a9deb1a6
commit 239ec885f7
6 changed files with 137 additions and 149 deletions

View File

@ -4,6 +4,7 @@ import (
"bufio" "bufio"
"crypto/tls" "crypto/tls"
"crypto/x509" "crypto/x509"
"net"
) )
// Client represents a Gemini client. // Client represents a Gemini client.