mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
11 lines
115 B
Go
11 lines
115 B
Go
// Tests for rclone
|
|
package cmd
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestFIXME(t *testing.T) {
|
|
// FIXME test something!
|
|
}
|