mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-08 04:46:28 +03:00
Use yggquic
This commit is contained in:
@@ -13,6 +13,6 @@ import (
|
||||
)
|
||||
|
||||
type Transport interface {
|
||||
Dial(host string) (net.Conn, error)
|
||||
Listener() net.Listener
|
||||
Dial(network, host string) (net.Conn, error)
|
||||
net.Listener
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user