1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-10 05:08:53 +01:00
rclone/backend/azurefiles/azurefiles_unsupported.go

8 lines
227 B
Go

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