be175e17c8
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 62f648b06137a7e21b800f63ac403f7bb4d4f5b4 Component: engine
7 lines
108 B
Go
7 lines
108 B
Go
package chrootarchive
|
|
|
|
// chroot is not supported by Windows
|
|
func chroot(path string) error {
|
|
return nil
|
|
}
|