mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-01-23 22:42:15 +08:00
11 lines
155 B
Go
11 lines
155 B
Go
package plugins
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestDeleteLocalFile(t *testing.T) {
|
|
fmt.Println(DeleteLocalFile("/Volumes/Downloads/dev/upload/2"))
|
|
}
|