Relpath 文件相对路径
()
| 33 | |
| 34 | // Relpath 文件相对路径 |
| 35 | func (file *File) Relpath() string { |
| 36 | if file != nil { |
| 37 | return file.relpath |
| 38 | } |
| 39 | return "" |
| 40 | } |
| 41 | |
| 42 | func (file *File) String() string { |
| 43 | return file.Relpath() |
no outgoing calls
no test coverage detected