serve ftp: don't compile on < go1.13 after dependency update

This commit is contained in:
Nick Craig-Wood
2020-06-27 16:11:30 +01:00
parent 2a3b377d34
commit 0031130111
3 changed files with 3 additions and 3 deletions

View File

@@ -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