Why is taking so long to return *csv.Reader from a func that downloads an ftp file

后端 未结 0 1974
春和景丽
春和景丽 2020-11-30 08:37

I have a func that fetch file from ftp and return a *csv.Reader as the following:

func GetCSVReaderFromFTP(url, dir, fname string) (r *csv.Reader) {
   client         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题