Fix Close API call 05/105/1 v0.0.2
authorMarco Tallskog <marco.tallskog@nokia.com>
Fri, 3 May 2019 08:45:22 +0000 (11:45 +0300)
committerMarco Tallskog <marco.tallskog@nokia.com>
Fri, 3 May 2019 08:47:48 +0000 (11:47 +0300)
commit9617339c09dfd2a0dca05afadb07ae3f7f06a9c6
treecf295442c424b53e0b820e04fa117249654a1ba8
parent7c17df52f1e8004e68bcc2d339be5d1347625aa6
Fix Close API call

Calling Close function from API caused a recursive call to itself as the
underlying module was using a function with same name. Rename the
internal close function to avoid this.

Change-Id: I05c3ca8e79fb5f30cae81917f56efacbd1797768
Signed-off-by: Marco Tallskog <marco.tallskog@nokia.com>
internal/sdlgoredis/sdlgoredis.go
sdl.go
sdl_test.go