mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 06:07:46 +02:00
Rename to rclone
This commit is contained in:
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!
|
||||
}
|
Reference in New Issue
Block a user