mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
7 lines
118 B
Go
7 lines
118 B
Go
//go:build windows
|
|
|
|
package cli
|
|
|
|
// Must be a var for unit tests to conform behavior
|
|
var hideForceUnixSlashes = false
|