os: fix PathSeparator on Windows

pull/1170/head
Alexander Medvednikov 2019-07-16 01:59:28 +02:00
parent cc06fe7ae6
commit 090cdcf3b9
1 changed files with 1 additions and 1 deletions

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