lib func test added.
This commit is contained in:
parent
4c6b4dbf1f
commit
3fb505671b
2 changed files with 23 additions and 2 deletions
|
@ -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 ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue