aliyunpan/internal/plugins/plugin_util_test.go

11 lines
155 B
Go
Raw Normal View History

package plugins
import (
"fmt"
"testing"
)
func TestDeleteLocalFile(t *testing.T) {
fmt.Println(DeleteLocalFile("/Volumes/Downloads/dev/upload/2"))
}