mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 05:54:43 +02:00
build: apply gofmt from golang 1.17
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
//
|
||||
// We skip tests on platforms with troublesome character mappings
|
||||
|
||||
//+build !windows,!darwin,!plan9
|
||||
//go:build !windows && !darwin && !plan9
|
||||
// +build !windows,!darwin,!plan9
|
||||
|
||||
package sftp
|
||||
|
||||
|
Reference in New Issue
Block a user