| Index: milo/appengine/backends/raw_presentation/logDogStream.go
|
| diff --git a/milo/appengine/logdog/logDogStream.go b/milo/appengine/backends/raw_presentation/logDogStream.go
|
| similarity index 98%
|
| rename from milo/appengine/logdog/logDogStream.go
|
| rename to milo/appengine/backends/raw_presentation/logDogStream.go
|
| index 270d0fca8cd1d4640796b3ef5eae0523324f972e..e5acca691ab7dc13d9003828e5e91f1b231ce41b 100644
|
| --- a/milo/appengine/logdog/logDogStream.go
|
| +++ b/milo/appengine/backends/raw_presentation/logDogStream.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 (
|
| miloProto "github.com/luci/luci-go/common/proto/milo"
|
|
|