7 lines
50 B
V
7 lines
50 B
V
|
module filepath
|
||
|
|
||
|
const (
|
||
|
path_separator = '/'
|
||
|
)
|
||
|
|