| Index: client/isolate/utils.go
|
| diff --git a/client/isolate/utils.go b/client/isolate/utils.go
|
| index b66ab49e66264eaa6e71b03458d83b9fef666558..48e815dfe36804996378fccf3454d3abc591397a 100644
|
| --- a/client/isolate/utils.go
|
| +++ b/client/isolate/utils.go
|
| @@ -137,5 +137,7 @@ func posixRel(basepath, targpath string) (string, error) {
|
|
|
| // IsWindows returns True when running on the best OS there is.
|
| func IsWindows() bool {
|
| + // TODO(mcgreevy): once there is a top-level isolate directory with cmd
|
| + // and cli subdirs, move IsWindows into an isolate/internal package.
|
| return runtime.GOOS == "windows"
|
| }
|
|
|