graphql-go-pets-example icon indicating copy to clipboard operation
graphql-go-pets-example copied to clipboard

An example of neelance/graphql-go, resolves against sqlite

Results 1 graphql-go-pets-example issues
Sort by recently updated
recently updated
newest added

``` go run *.go # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function ‘sqlite3SelectNew’: sqlite3-binding.c:129019:10: warning: function may return address of local variable [-Wreturn-local-addr] 129019 | return pNew; | ^~~~ sqlite3-binding.c:128979:10: note: declared here...