- add GracefulShutdown
@@ -0,0 +1,7 @@
+package error
+
+import "errors"
+var (
+ GracefulShutdown = errors.New("== DONE")
+)