Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: go/src/infra/gae/libs/meta/eg.go

Issue 1153883002: go: infra/libs/* now live in luci-go. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: move the rest too Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/gae/libs/context/context.go ('k') | go/src/infra/libs/auth/auth.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/meta/eg.go
diff --git a/go/src/infra/gae/libs/meta/eg.go b/go/src/infra/gae/libs/meta/eg.go
index ab533f9c0cf6e51c79df14ed96fed3889132a385..25463238fd8b095182a15a6524605d5ea0f34186 100644
--- a/go/src/infra/gae/libs/meta/eg.go
+++ b/go/src/infra/gae/libs/meta/eg.go
@@ -9,8 +9,9 @@ package meta
import (
"appengine/datastore"
+ "github.com/luci/luci-go/common/errors"
+
"infra/gae/libs/context"
- "infra/libs/errors"
)
var mark = errors.MakeMarkFn("eg")
« no previous file with comments | « go/src/infra/gae/libs/context/context.go ('k') | go/src/infra/libs/auth/auth.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698