vendor: change goftp/server url

Closing #3674
This commit is contained in:
Xiaoxing Ye
2019-10-30 01:41:56 +08:00
committed by Nick Craig-Wood
parent e0356f5aae
commit 6d58d9a86f
24 changed files with 51 additions and 36 deletions

14
vendor/goftp.io/server/doc.go generated vendored Normal file
View File

@@ -0,0 +1,14 @@
// Copyright 2018 The goftp Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
/*
http://tools.ietf.org/html/rfc959
http://www.faqs.org/rfcs/rfc2389.html
http://www.faqs.org/rfcs/rfc959.html
http://tools.ietf.org/html/rfc2428
*/
package server