update 11/06 v6

This commit is contained in:
r0n1n7an 2023-11-06 14:20:46 +08:00
parent c007c484c2
commit d23c9eaaa8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -41,7 +41,6 @@ func init() {
}
func main() {
defer ftp.Close()
log.SetFlags(log.Ldate | log.Ltime)
log.SetOutput(os.Stdout)
@ -54,6 +53,7 @@ func main() {
if err != nil {
os.Exit(1)
}
defer ftp.Close()
switch act {
case "list":