mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 00:02:35 +02:00
serve ftp: don't compile on < go1.13 after dependency update
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
//
|
||||
// We skip tests on platforms with troublesome character mappings
|
||||
|
||||
//+build !windows,!darwin,!plan9
|
||||
//+build !windows,!darwin,!plan9,go1.13
|
||||
|
||||
package ftp
|
||||
|
||||
|
Reference in New Issue
Block a user