mirror of https://github.com/docker/cli.git
6 lines
97 B
Go
6 lines
97 B
Go
|
package configfile
|
||
|
|
||
|
func copyFilePermissions(src, dst string) {
|
||
|
// TODO implement for Windows
|
||
|
}
|