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
The following commit(s) were added to refs/heads/main by this push:
new 8ffb537 Update main.go
new ac33b8a Merge pull request #7 from harshithasudhakar/patch-3
8ffb537 is described below
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]