1
mirror of https://github.com/rclone/rclone synced 2024-11-13 12:09:47 +01:00
rclone/cmd/rclone_test.go

11 lines
115 B
Go

// Tests for rclone
package cmd
import (
"testing"
)
func TestFIXME(t *testing.T) {
// FIXME test something!
}