Skip to content

Commit d62f4c7

Browse files
authored
Update README.md
1 parent ea3ba8e commit d62f4c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ func main() {
4444
if err != nil {
4545
fmt.Println("Error:", err)
4646
}
47+
48+
exists, err = client.Exists("mytest", "myItem")
49+
if err != nil {
50+
fmt.Println("Error:", err)
51+
}
52+
fmt.Println("myItem exists in mytest: ", exists)
4753
}
4854
```
4955

0 commit comments

Comments
 (0)