| Index: go/src/infra/gae/apps/helloworld/app.go
|
| diff --git a/go/src/infra/gae/apps/helloworld/app.go b/go/src/infra/gae/apps/helloworld/app.go
|
| index c22af975a06981de01230043688a2f5cb9be6676..e6d5394037cb5231288efe6140299a8d0deb72f6 100644
|
| --- a/go/src/infra/gae/apps/helloworld/app.go
|
| +++ b/go/src/infra/gae/apps/helloworld/app.go
|
| @@ -14,8 +14,8 @@ import (
|
|
|
| "golang.org/x/net/context"
|
|
|
| - "infra/libs/logging"
|
| - "infra/libs/logging/gaelogger"
|
| + "github.com/luci/luci-go/common/logging"
|
| + "github.com/luci/luci-go/common/logging/gaelogger"
|
| )
|
|
|
| func init() {
|
|
|