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