| 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"
|
|
|