aliyunpan/internal/syncdrive/sync_db_util_test.go
2022-05-07 15:03:23 +08:00

11 lines
149 B
Go

package syncdrive
import (
"fmt"
"testing"
)
func TestFormatFilePath(t *testing.T) {
fmt.Println(FormatFilePath("D:/-beyond/p/9168473.html"))
}