Rename to rclone
This commit is contained in:
parent
fce2af7934
commit
f5e60b6e37
7 changed files with 20 additions and 27 deletions
10
rclone_test.go
Normal file
10
rclone_test.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Tests for rclone
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestFIXME(t *testing.T) {
|
||||
// FIXME test something!
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue