go_client icon indicating copy to clipboard operation
go_client copied to clipboard

GridDB Go Client

Results 3 go_client issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/1061610/69208480-45099300-0b86-11ea-8d74-269b5ca3b76f.png) `LIBRARY_PATH` already appened with `/usr/griddb_c_client-4.2.0/lib` `GOPATH` already appended with this project's directory bunch of `github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/github.com/griddb/go_client/` recursively in `src` created everytime executing the makefile..

I am having some issues with deleting rows. Some of the code: ` conInfo, err := griddb_go.CreateContainerInfo("Users", [][]interface{}{ {"username", griddb_go.TYPE_STRING}, {"email", griddb_go.TYPE_STRING}, {"password", griddb_go.TYPE_BLOB}}, griddb_go.CONTAINER_COLLECTION, true) if err != nil...

This is the runtime error I've received: ``` put container failed panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x80 pc=0x4be0c3] ``` Copying...