1
0
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:
Julia K
2020-05-26 03:17:52 +02:00
committed by GitHub
parent b1bbb17254
commit b4eadb9030
3 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import strings
pub const (
path_separator = '/'
path_delimiter = ':'
)
const (

View File

@ -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