Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: go/src/infra/tools/cipd/local/pkgdef_test.go

Issue 1129043003: cipd: Refactor client to make it more readable. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/tools/cipd/local/pkgdef.go ('k') | go/src/infra/tools/cipd/local/reader.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/tools/cipd/local/pkgdef_test.go
diff --git a/go/src/infra/tools/cipd/pkgdef_test.go b/go/src/infra/tools/cipd/local/pkgdef_test.go
similarity index 99%
rename from go/src/infra/tools/cipd/pkgdef_test.go
rename to go/src/infra/tools/cipd/local/pkgdef_test.go
index 11248c528f53e4df5de52cb1b55b5a00ee8ce371..9edfb2c9c8205f0324ec5faf0782a6a6b89024a9 100644
--- a/go/src/infra/tools/cipd/pkgdef_test.go
+++ b/go/src/infra/tools/cipd/local/pkgdef_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"
« no previous file with comments | « go/src/infra/tools/cipd/local/pkgdef.go ('k') | go/src/infra/tools/cipd/local/reader.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698