| Index: milo/buildsource/rawpresentation/build.go
|
| diff --git a/milo/build_source/raw_presentation/build.go b/milo/buildsource/rawpresentation/build.go
|
| similarity index 98%
|
| rename from milo/build_source/raw_presentation/build.go
|
| rename to milo/buildsource/rawpresentation/build.go
|
| index b1b1b4758c809ecc9450199e994e349a0e801f60..aa74f779990b097c0b5f5d3001f93b49a4528728 100644
|
| --- a/milo/build_source/raw_presentation/build.go
|
| +++ b/milo/buildsource/rawpresentation/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 raw_presentation
|
| +package rawpresentation
|
|
|
| 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/build_source/raw_presentation/internal"
|
| + "github.com/luci/luci-go/milo/buildsource/rawpresentation/internal"
|
|
|
| "github.com/golang/protobuf/proto"
|
| "golang.org/x/net/context"
|
|
|