graphql-go-pets-example
graphql-go-pets-example copied to clipboard
Getting sqlite errors
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
128979 | Select standin;
| ^~~~~~~
INFO[0002] starting server fields.time="2023-03-05 00:36:03.512319537 -0500 EST m=+2.752403774"