Moved the code from src to the root.
This commit is contained in:
8
helper/path_separator_window.go
Normal file
8
helper/path_separator_window.go
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package helper
|
||||
|
||||
func PathSeparator() string {
|
||||
return "\\"
|
||||
}
|
||||
Reference in New Issue
Block a user