Rename to rclone

This commit is contained in:
Nick Craig-Wood 2013-06-27 20:00:01 +01:00
parent fce2af7934
commit f5e60b6e37
7 changed files with 20 additions and 27 deletions

10
rclone_test.go Normal file
View file

@ -0,0 +1,10 @@
// Tests for rclone
package main
import (
"testing"
)
func TestFIXME(t *testing.T) {
// FIXME test something!
}