add missing Close() to client examples

This commit is contained in:
aler9
2022-01-05 16:21:38 +01:00
parent 50f19e6653
commit 036959a53e
4 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ func main() {
if err != nil {
panic(err)
}
defer c.Close()
_, err = c.Options(u)
if err != nil {