Files
weatherreporter/internal/testutil/symlink_other.go

8 lines
101 B
Go

//go:build !windows
package testutil
func platformSymlinkUnavailable(error) bool {
return false
}