Select Git revision
-
Jamie Tanna authored
As per [0], we want to investigate using a multi-module setup for our `tools.go`. This may be a bit of overhead to manage, so we can replace it if needed. This takes us from 278M to 230M in terms of the dependency tree, which is a slight improvement, but not the bulk of our overhead. [0]: https://www.jvt.me/posts/2024/09/30/go-tools-module/
Jamie Tanna authoredAs per [0], we want to investigate using a multi-module setup for our `tools.go`. This may be a bit of overhead to manage, so we can replace it if needed. This takes us from 278M to 230M in terms of the dependency tree, which is a slight improvement, but not the bulk of our overhead. [0]: https://www.jvt.me/posts/2024/09/30/go-tools-module/
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
generate.go 343 B
package db
//go:generate go run dmd.tanna.dev/cmd/table-joiner ../../datasources/renovate/db/schema.sql ../../datasources/sbom/db/schema.sql ../../ownership/db/schema.sql ../../componentmetadata/db/schema.sql ../../sensitivepackages/db/schema.sql
//go:generate go run -modfile=../../../tools/go.mod github.com/sqlc-dev/sqlc/cmd/sqlc generate