mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-01-24 06:52:16 +08:00
11 lines
149 B
Go
11 lines
149 B
Go
package syncdrive
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestFormatFilePath(t *testing.T) {
|
|
fmt.Println(FormatFilePath("D:/-beyond/p/9168473.html"))
|
|
}
|