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

Unified Diff: luci_config/common/cfgtypes/project_name.go

Issue 2626433004: Move "common/config" common types into cfgtypes. (Closed)
Patch Set: Created 3 years, 11 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 | « luci_config/common/cfgtypes/config_set_test.go ('k') | luci_config/common/cfgtypes/project_name_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: luci_config/common/cfgtypes/project_name.go
diff --git a/common/config/projectName.go b/luci_config/common/cfgtypes/project_name.go
similarity index 98%
rename from common/config/projectName.go
rename to luci_config/common/cfgtypes/project_name.go
index cd1d3bb8cbda958272258cc05fabc8c81032aac2..ce14f8fb970c2e8c0f5c53eb12522410db80af0a 100644
--- a/common/config/projectName.go
+++ b/luci_config/common/cfgtypes/project_name.go
@@ -2,7 +2,7 @@
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
-package config
+package cfgtypes
import (
"errors"
« no previous file with comments | « luci_config/common/cfgtypes/config_set_test.go ('k') | luci_config/common/cfgtypes/project_name_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698