mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cmd/v: reimplement -path flag
This commit is contained in:
@ -8,6 +8,7 @@ import strings
|
||||
|
||||
pub const (
|
||||
path_separator = '/'
|
||||
path_delimiter = ':'
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -7,6 +7,7 @@ import strings
|
||||
|
||||
pub const (
|
||||
path_separator = '\\'
|
||||
path_delimiter = ';'
|
||||
)
|
||||
|
||||
// Ref - https://docs.microsoft.com/en-us/windows/desktop/winprog/windows-data-types
|
||||
|
Reference in New Issue
Block a user