lib func test added.

This commit is contained in:
nobonobo 2013-11-27 09:03:38 +09:00
parent 4c6b4dbf1f
commit 3fb505671b
2 changed files with 23 additions and 2 deletions

View file

@ -8,7 +8,6 @@ package unqlitego
import "C"
import (
"errors"
"fmt"
"runtime"
"unsafe"
@ -299,8 +298,8 @@ func Shutdown() (err error) {
res := C.unqlite_lib_shutdown()
if res != C.UNQLITE_OK {
err = UnQLiteError(res)
return
}
return
}
// IsThreadSafe ...