This commit is contained in:
Mickael Remond 2017-10-21 13:58:58 +02:00
parent 4ac645a9ec
commit e51fffcaed
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -17,7 +17,7 @@ type Client struct {
options Options options Options
// Session gather data that can be accessed by users of this library // Session gather data that can be accessed by users of this library
Session *Session Session *Session
// TCP level connection / can be replace by a TLS session after starttls // TCP level connection / can be replaced by a TLS session after starttls
conn net.Conn conn net.Conn
} }