mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
5 lines
89 B
Go
5 lines
89 B
Go
![]() |
package repo
|
||
|
|
||
|
// Windows is not macOS.
|
||
|
func isMacENOTTY(err error) bool { return false }
|