Skip to content

Commit 901f06a

Browse files
committed
chore: lint
Signed-off-by: mikeee <[email protected]>
1 parent 5fba833 commit 901f06a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: examples/workflow/main.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ package main
33
import (
44
"bytes"
55
"fmt"
6-
"github.com/dapr/go-sdk/workflow"
76
"io"
87
"log"
98
"net/http"
109
"sync"
1110
"time"
11+
12+
"github.com/dapr/go-sdk/workflow"
1213
)
1314

1415
func main() {

Diff for: workflow/activity_context.go

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"context"
55
"encoding/json"
66
"errors"
7+
78
"google.golang.org/protobuf/types/known/wrapperspb"
89

910
"github.com/microsoft/durabletask-go/task"

0 commit comments

Comments
 (0)