mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-01-24 06:52:16 +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"))
|
||
|
}
|