mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 11:55:01 +01:00
10 lines
195 B
Go
10 lines
195 B
Go
|
//go:build !go1.21
|
||
|
|
||
|
// Package dlna is unsupported on this platform
|
||
|
package dlna
|
||
|
|
||
|
import "github.com/spf13/cobra"
|
||
|
|
||
|
// Command definition is nil to show not implemented
|
||
|
var Command *cobra.Command
|