auxten / postgresql-parser

Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser
Apache License 2.0
273 stars 50 forks source link

Move examples into separate directories #7

Closed jeroenrinzema closed 3 years ago

jeroenrinzema commented 3 years ago

go vet currently throws the error that main is redeclared inside the example directory. This PR fixes this issue by moving the examples into separate directories.