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

Unified Diff: milo/appengine/common/config.go

Issue 2944153003: [milo] common/config -> api/config (Closed)
Patch Set: Created 3 years, 6 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 | « milo/api/config/settings.pb.go ('k') | milo/appengine/console/console.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/common/config.go
diff --git a/milo/appengine/common/config.go b/milo/appengine/common/config.go
index aaa8295b915d71dfdaab03feea2fba5f865ecb86..360df2da73c7df0872e4d50a7e79606172386fa5 100644
--- a/milo/appengine/common/config.go
+++ b/milo/appengine/common/config.go
@@ -8,6 +8,9 @@ import (
"fmt"
"time"
+ "github.com/golang/protobuf/proto"
+ "golang.org/x/net/context"
+
"github.com/luci/gae/service/datastore"
"github.com/luci/gae/service/info"
"github.com/luci/luci-go/common/data/caching/proccache"
@@ -15,10 +18,8 @@ import (
"github.com/luci/luci-go/luci_config/server/cfgclient"
"github.com/luci/luci-go/luci_config/server/cfgclient/backend"
"github.com/luci/luci-go/luci_config/server/cfgclient/textproto"
- "github.com/luci/luci-go/milo/common/config"
- "github.com/golang/protobuf/proto"
- "golang.org/x/net/context"
+ "github.com/luci/luci-go/milo/api/config"
)
// Project is a LUCI project.
« no previous file with comments | « milo/api/config/settings.pb.go ('k') | milo/appengine/console/console.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698