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 |