mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
8 lines
205 B
Go
8 lines
205 B
Go
// Build for sftp for unsupported platforms to stop go complaining
|
|
// about "no buildable Go source files "
|
|
|
|
//go:build wasm
|
|
|
|
// Package protondrive implements the Proton Drive backend
|
|
package protondrive
|