1
mirror of https://github.com/rclone/rclone synced 2024-11-07 04:16:58 +01: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!
}