1
mirror of https://github.com/rclone/rclone synced 2024-08-05 03:19:58 +02:00
rclone/rclone_test.go
2013-06-27 20:09:40 +01:00

11 lines
116 B
Go

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