mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 11:55:01 +01:00
223d8c5fe3
This is due to use of go1.21 only constructs in github.com/anacrolix/log
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
|