aboutsummaryrefslogtreecommitdiff
path: root/repo/repo_windows.go
blob: 5091b1116e239e5cad3ff890a160d7760e27a2b4 (plain) (blame)
1
2
3
4
package repo

// Windows is not macOS.
func isMacENOTTY(err error) bool { return false }