You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this library able to work outside of the GOPATH while using modules?
I created a simple example that attempts to use postgres. Unfortunately, I haven't been able to get it to work at all. It panics everytime I go go run convert_plugin.go
go run convert_plugin.go
[convert] get boiler models
[convert] get extra's from schema[convert] get model with information[convert] render preload.gotplrenderError template.gotpl: template: template.gotpl:26:3: executing "template.gotpl" at <reserveImport $.BackendModelsPath>: error calling reserveImport: empty ambient import[convert] render convert.gotplrenderError template.gotpl: template: template.gotpl:27:3: executing "template.gotpl" at <reserveImport $.BackendModelsPath>: error calling reserveImport: empty ambient import[convert] render convert_input.gotplrenderError template.gotpl: template: template.gotpl:27:3: executing "template.gotpl" at <reserveImport $.BackendModelsPath>: error calling reserveImport: empty ambient import[convert] render filter.gotplrenderError template.gotpl: template: template.gotpl:26:3: executing "template.gotpl" at <reserveImport $.BackendModelsPath>: error calling reserveImport: empty ambient importpanic: recursive or concurrent call to RenderToFile detected
Piggy backing off my issue on your examples: web-ridge/gqlgen-sqlboiler-examples#2
and this issue: #3
Is this library able to work outside of the GOPATH while using modules?
I created a simple example that attempts to use postgres. Unfortunately, I haven't been able to get it to work at all. It panics everytime I go
go run convert_plugin.go
Would love some insight here.
Example prpoject: https://github.com/randallmlough/gql-boil-psql
The text was updated successfully, but these errors were encountered: