Explorar o código

Remove obsolete comment.

Julien Laffaye %!s(int64=12) %!d(string=hai) anos
pai
achega
962edd16c2
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      ftp.go

+ 0 - 3
ftp.go

@@ -189,9 +189,6 @@ func (c *ServerConn) pasv() (port int, err error) {
 }
 
 // openDataConn creates a new FTP data connection.
-//
-// Currently, only EPSV is implemented but a fallback to PASV, and to a lesser
-// extent, PORT should be added.
 func (c *ServerConn) openDataConn() (net.Conn, error) {
 	var port int
 	var err error