Skip to content

Commit

Permalink
Show newly added Logout() method in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
eest authored and chinmayb committed Feb 28, 2018
1 parent 2bf9bc4 commit e7051c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ This library is compatible with Go 1.2+
if err != nil {
fmt.Println(err)
}
defer conn.Logout()
objMgr := ibclient.NewObjectManager(conn, "myclient", "")
//Fetches grid information
fmt.Println(objMgr.GetLicense())
Expand Down

0 comments on commit e7051c3

Please sign in to comment.