1
0
mirror of https://github.com/coder/coder.git synced 2025-03-15 10:17:09 +00:00
coder/cli/configssh_windows.go
Steven Masley 797e91d4c6 feat: add flag for Windows to create unix compatible filepaths ()
* feat: add flag for Windows to create unix compatible filepaths
2023-06-22 17:08:12 -05:00

7 lines
118 B
Go

//go:build windows
package cli
// Must be a var for unit tests to conform behavior
var hideForceUnixSlashes = false