mirror of
https://github.com/Luzifer/ansible-role-version.git
synced 2024-12-23 19:11:20 +00:00
10 lines
147 B
Go
10 lines
147 B
Go
// +build windows
|
|
|
|
package test
|
|
|
|
import "os"
|
|
|
|
var (
|
|
customMode os.FileMode = 0666
|
|
expectedSymlinkTarget = "\\dir\\file"
|
|
)
|