| Index: milo/appengine/job_source/raw_presentation/build.go
|
| diff --git a/milo/appengine/logdog/build.go b/milo/appengine/job_source/raw_presentation/build.go
|
| similarity index 98%
|
| rename from milo/appengine/logdog/build.go
|
| rename to milo/appengine/job_source/raw_presentation/build.go
|
| index 1cfca56c9aeb034b69a3573edbb6281faf58e884..6b2f7460d7f5e06e12b1bcf53fd40cba0814d175 100644
|
| --- a/milo/appengine/logdog/build.go
|
| +++ b/milo/appengine/job_source/raw_presentation/build.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 logdog
|
| +package raw_presentation
|
|
|
| import (
|
| "errors"
|
| @@ -18,7 +18,7 @@ import (
|
| "github.com/luci/luci-go/logdog/common/viewer"
|
| "github.com/luci/luci-go/luci_config/common/cfgtypes"
|
| "github.com/luci/luci-go/milo/api/resp"
|
| - "github.com/luci/luci-go/milo/appengine/logdog/internal"
|
| + "github.com/luci/luci-go/milo/appengine/job_source/raw_presentation/internal"
|
|
|
| "github.com/golang/protobuf/proto"
|
| "golang.org/x/net/context"
|
|
|