1 Star 2 Fork 1

goftp/server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
lunny 提交于 2020-04-18 05:10 . Fix bug when not use ListenAndServe (#110)
module goftp.io/server
go 1.12
require (
github.com/jlaffaye/ftp v0.0.0-20190624084859-c1312a7102bf
github.com/minio/minio-go/v6 v6.0.46
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
golang.org/x/text v0.3.2 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/goftp/server.git
git@gitee.com:goftp/server.git
goftp
server
server
master

搜索帮助