mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: fix PathSeparator on Windows
This commit is contained in:
parent
cc06fe7ae6
commit
090cdcf3b9
@ -1,7 +1,7 @@
|
||||
module os
|
||||
|
||||
const (
|
||||
PathSeparator = '/'
|
||||
PathSeparator = '\\'
|
||||
)
|
||||
|
||||
// Ref - https://docs.microsoft.com/en-us/windows/desktop/winprog/windows-data-types
|
||||
|
Loading…
Reference in New Issue
Block a user