mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
serve ftp: don't compile on < go1.13 after dependency update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Build for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
// +build plan9
|
||||
// +build plan9 !go1.13
|
||||
|
||||
package ftp
|
||||
|
||||
|
Reference in New Issue
Block a user