//go:build linux || darwin package main func makeLink(src, dst string) error { // Noop on unix return nil }