增加获取当前文件系统路径分隔符的方法
This commit is contained in:
parent
f5086c77e0
commit
63f5b99d40
10
project.go
10
project.go
@ -28,3 +28,13 @@ func (p *project) GetExecutablePath() (string, error) {
|
||||
}
|
||||
return dir, nil
|
||||
}
|
||||
|
||||
// GetFileSystemSeparator 获取当前文件系统的路径分隔符
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 12:51 2022/10/14
|
||||
func (p *project) GetFileSystemSeparator() string {
|
||||
return string(filepath.Separator)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user