mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
filepath: path separator (#3756)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
module filepath
|
||||
|
||||
const (
|
||||
path_separator = '/'
|
||||
pub const (
|
||||
separator = '/'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user