mirror of
https://github.com/Luzifer/ansible-role-version.git
synced 2024-12-25 03:51:21 +00:00
11 lines
146 B
Go
11 lines
146 B
Go
|
// +build !windows
|
||
|
|
||
|
package test
|
||
|
|
||
|
import "os"
|
||
|
|
||
|
var (
|
||
|
customMode os.FileMode = 0755
|
||
|
expectedSymlinkTarget = "/dir/file"
|
||
|
)
|