1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 08:13:29 +00:00
Files
rclone/swiftsync_test.go
2012-11-27 22:04:04 +00:00

11 lines
119 B
Go

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