aliyunpan/internal/plugins/plugin_util_test.go
2022-04-29 23:37:18 +08:00

11 lines
155 B
Go

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