Files
rclone/backend/azurefiles/azurefiles_unsupported.go
2025-08-22 00:07:58 +01:00

8 lines
235 B
Go

// Build for azurefiles for unsupported platforms to stop go complaining
// about "no buildable Go source files "
//go:build plan9 || js || wasm
// Package azurefiles provides an interface to Microsoft Azure Files
package azurefiles