We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import cycle not allowed
I am using
go version go1.16.13 linux/amd64
When running https://github.com/pganalyze/pg_query_go/#parsing-a-query-into-go-structs , I got the following error:
package command-line-arguments imports github.com/pganalyze/pg_query_go/v2 imports github.com/pganalyze/pg_query_go/v2: import cycle not allowed
The text was updated successfully, but these errors were encountered:
Its not clear why this would occur - could it be that you were using an outdated version? (per #57)
Sorry, something went wrong.
No branches or pull requests
I am using
When running https://github.com/pganalyze/pg_query_go/#parsing-a-query-into-go-structs , I got the following error:
The text was updated successfully, but these errors were encountered: