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