Sign in
◑
Theme
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
3c121a9cd9c665f3aca903c473ec91dc8af68721
/
.
/
tools
/
common
/
clonefile_stub.go
blob: 2fcd38efef078a986d3124922c53166598528c76 [
file
]
//go:build !darwin
package common
func cloneFile(src, dst string) (supported bool, err error) {
supported = false
err = nil
return
}