mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
797e91d4c6
* feat: add flag for Windows to create unix compatible filepaths
6 lines
66 B
Go
6 lines
66 B
Go
//go:build !windows
|
|
|
|
package cli
|
|
|
|
var hideForceUnixSlashes = true
|