make timeout public

This commit is contained in:
Ezequiel Moreno 2016-02-17 22:54:24 -03:00
parent 0f9f60bd51
commit aa89e51852

2
ftp.go
View File

@ -23,7 +23,7 @@ const (
) )
type Conf struct { type Conf struct {
timeout time.Duration Timeout time.Duration
} }
// ServerConn represents the connection to a remote FTP server. // ServerConn represents the connection to a remote FTP server.