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

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

Issue 2952473003: [milo] mv backend/git/gitiles -> common/gitiles (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
Index: milo/appengine/common/gitiles/gitiles.go
diff --git a/milo/appengine/backend/git/gitiles.go b/milo/appengine/common/gitiles/gitiles.go
similarity index 99%
rename from milo/appengine/backend/git/gitiles.go
rename to milo/appengine/common/gitiles/gitiles.go
index e854160a8befb516cb01e9a96249b217d9953127..bc251be56ffac0ff4f8bbcc6a19618aeb17338c1 100644
--- a/milo/appengine/backend/git/gitiles.go
+++ b/milo/appengine/common/gitiles/gitiles.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 git
+package gitiles
import (
"encoding/json"

Powered by Google App Engine
This is Rietveld 408576698