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