1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-09 10:30:37 +02:00

fix compilation

This commit is contained in:
Chris Lu 2021-09-08 07:27:03 -07:00
parent 574485ec69
commit 00edcf71fc

View file

@ -3,8 +3,8 @@ package ftpd
import (
"crypto/tls"
"errors"
"fmt"
"net"
"github.com/chrislusf/seaweedfs/weed/util"
ftpserver "github.com/fclairamb/ftpserverlib"
"google.golang.org/grpc"