| Index: go/src/infra/tools/cipd/local/files.go
|
| diff --git a/go/src/infra/tools/cipd/files.go b/go/src/infra/tools/cipd/local/files.go
|
| similarity index 99%
|
| rename from go/src/infra/tools/cipd/files.go
|
| rename to go/src/infra/tools/cipd/local/files.go
|
| index 67bd57b4fb070ce60e049120800bfd05e560eac6..5eee65937c37a250c02ce21fcfa56f6134ba1b54 100644
|
| --- a/go/src/infra/tools/cipd/files.go
|
| +++ b/go/src/infra/tools/cipd/local/files.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 (
|
| "fmt"
|
|
|