aliyunpan/internal/syncdrive/bolt_db_test.go

12 lines
144 B
Go
Raw Normal View History

2022-05-13 15:34:44 +08:00
package syncdrive
import (
"fmt"
"path"
"testing"
)
func TestPath(t *testing.T) {
fmt.Println(path.Dir("/dsgsdghsd/dsgsdh/eg34/dghsh"))
}