mirror of
https://github.com/rclone/rclone.git
synced 2025-02-22 02:31:53 +08:00
serve ftp: don't compile on < go1.13 after dependency update
This commit is contained in:
parent
2a3b377d34
commit
0031130111
@ -1,6 +1,6 @@
|
|||||||
// Package ftp implements an FTP server for rclone
|
// Package ftp implements an FTP server for rclone
|
||||||
|
|
||||||
//+build !plan9
|
//+build !plan9,go1.13
|
||||||
|
|
||||||
package ftp
|
package ftp
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// We skip tests on platforms with troublesome character mappings
|
// We skip tests on platforms with troublesome character mappings
|
||||||
|
|
||||||
//+build !windows,!darwin,!plan9
|
//+build !windows,!darwin,!plan9,go1.13
|
||||||
|
|
||||||
package ftp
|
package ftp
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Build for unsupported platforms to stop go complaining
|
// Build for unsupported platforms to stop go complaining
|
||||||
// about "no buildable Go source files "
|
// about "no buildable Go source files "
|
||||||
|
|
||||||
// +build plan9
|
// +build plan9 !go1.13
|
||||||
|
|
||||||
package ftp
|
package ftp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user