mirror of
https://github.com/rclone/rclone
synced 2024-11-07 04:16:58 +01:00
11 lines
116 B
Go
11 lines
116 B
Go
// Tests for rclone
|
|
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestFIXME(t *testing.T) {
|
|
// FIXME test something!
|
|
}
|