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

Unified Diff: service/taskqueue/errors.go

Issue 1243323002: Refactor a bit. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: fix golint Created 5 years, 5 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 | « service/taskqueue/context.go ('k') | service/taskqueue/interface.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/taskqueue/errors.go
diff --git a/prod/doc.go b/service/taskqueue/errors.go
similarity index 56%
rename from prod/doc.go
rename to service/taskqueue/errors.go
index a913f6bf656d1f8073799a36dec2b4f2866e0532..6a01feeb52987dd31f84c3a731a9519b7b83067b 100644
--- a/prod/doc.go
+++ b/service/taskqueue/errors.go
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Package prod provides an implementation of infra/gae/libs/wrapper which
-// backs to appengine.
-package prod
+package taskqueue
+
+import (
+ "google.golang.org/appengine/taskqueue"
+)
+
+var ErrTaskAlreadyAdded = taskqueue.ErrTaskAlreadyAdded
« no previous file with comments | « service/taskqueue/context.go ('k') | service/taskqueue/interface.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698