增加获取项目目录方法
This commit is contained in:
@@ -21,3 +21,7 @@ func Test_project_BuildPath(t *testing.T) {
|
||||
fmt.Println(Project.BuildPath("a", "b", "c"))
|
||||
fmt.Println(Project.BuildPath("\\a\\", "\\b\\", "\\c\\"))
|
||||
}
|
||||
|
||||
func Test_project_GetGetProjectPath(t *testing.T) {
|
||||
fmt.Println(Project.GetProjectPath())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user