This is an automated email from the ASF dual-hosted git repository. chenguangsheng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/eventmesh-workflow.git
commit 8ffb53783e62f2833bb6a84887beffc9e7787674 Author: Harshitha Sudhakar <[email protected]> AuthorDate: Wed Apr 26 17:15:24 2023 +0530 Update main.go Removed the redundant `"github.com/apache/incubator-eventmesh/eventmesh-workflow-go/internal/queue"` at line 34 --- cmd/engine/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/engine/main.go b/cmd/engine/main.go index 3d2e106..a7844b1 100644 --- a/cmd/engine/main.go +++ b/cmd/engine/main.go @@ -31,7 +31,6 @@ import ( "github.com/apache/incubator-eventmesh/eventmesh-workflow-go/internal/constants" "github.com/apache/incubator-eventmesh/eventmesh-workflow-go/internal/dal" "github.com/apache/incubator-eventmesh/eventmesh-workflow-go/internal/queue" - _ "github.com/apache/incubator-eventmesh/eventmesh-workflow-go/internal/queue" "github.com/apache/incubator-eventmesh/eventmesh-workflow-go/internal/schedule" "github.com/apache/incubator-eventmesh/eventmesh-workflow-go/internal/util" "google.golang.org/grpc" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
