### What do you want to change? When using [sqlc-gen-go](https://github.com/sqlc-dev/sqlc-gen-go) and forgetting to add a `package` name to `options`, I get the following error: ``` error generating code: error generating output: source error: 8:1: expected 'IDENT', found 'import' ``` This is very confusing. sqlc should return a more helpful error. ### What database engines need to be changed? _No response_ ### What programming language backends need to be changed? Go