增加构建wenjian路径方法
This commit is contained in:
@@ -15,3 +15,9 @@ import (
|
||||
func Test_project_GetExecutablePath(t *testing.T) {
|
||||
fmt.Println(Project.GetExecutablePath())
|
||||
}
|
||||
|
||||
func Test_project_BuildPath(t *testing.T) {
|
||||
fmt.Println(Project.GetExecutablePath())
|
||||
fmt.Println(Project.BuildPath("a", "b", "c"))
|
||||
fmt.Println(Project.BuildPath("\\a\\", "\\b\\", "\\c\\"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user