File: common_windows.go

package info (click to toggle)
golang-github-go-git-go-billy 5.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: makefile: 10
file content (10 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
// +build windows

package test

import "os"

var (
	customMode            os.FileMode = 0666
	expectedSymlinkTarget             = "\\dir\\file"
)