Skip to content

Commit

Permalink
Merge pull request #43 from gojuukaze/f-42
Browse files Browse the repository at this point in the history
fix #42
  • Loading branch information
gojuukaze committed Sep 23, 2022
2 parents 505233d + a27d4f2 commit 411d45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/send/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ func workflow() {
Done()
result, _ := client.GetResult(tId, 3*time.Second, 300*time.Millisecond)
a, _ := result.GetInt64(0)
fmt.Println("(123,44)+(123-44)=", a)
fmt.Println("(123+44)+(123-44)=", a)

}

0 comments on commit 411d45e

Please sign in to comment.