| Index: go/src/infra/tools/cipd/local/files_test.go
|
| diff --git a/go/src/infra/tools/cipd/files_test.go b/go/src/infra/tools/cipd/local/files_test.go
|
| similarity index 99%
|
| rename from go/src/infra/tools/cipd/files_test.go
|
| rename to go/src/infra/tools/cipd/local/files_test.go
|
| index 3e53af341e151e86d9c647142f030ac34902cc78..9eba367ab641cc601c5cae98f7f9e8d36f312215 100644
|
| --- a/go/src/infra/tools/cipd/files_test.go
|
| +++ b/go/src/infra/tools/cipd/local/files_test.go
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package cipd
|
| +package local
|
|
|
| import (
|
| "io/ioutil"
|
|
|