1
0
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:
Alexander Medvednikov 2019-07-16 01:59:28 +02:00
parent cc06fe7ae6
commit 090cdcf3b9

View File

@ -1,7 +1,7 @@
module os module os
const ( const (
PathSeparator = '/' PathSeparator = '\\'
) )
// Ref - https://docs.microsoft.com/en-us/windows/desktop/winprog/windows-data-types // Ref - https://docs.microsoft.com/en-us/windows/desktop/winprog/windows-data-types