Skip to content

Commit 246deb7

Browse files
Update README.md
1 parent 966e767 commit 246deb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func main() {
200200
).BrowseNodeIds([]string{"3040", "3045"}).EnableBrowseNodes()
201201

202202
//Requet and response
203-
body, err := client.Request(q)
203+
body, err := client.RequestContext(context.Background(), q)
204204
if err != nil {
205205
fmt.Printf("%+v\n", err)
206206
return

0 commit comments

Comments
 (0)