DEBSOURCES
Skip Quicknav
sources / golang-github-go-git-go-billy / 5.5.0-1 / test / common_windows.go
12345678910
// +build windows package test import "os" var ( customMode os.FileMode = 0666 expectedSymlinkTarget = "\\dir\\file" )