Skip to content

chore: generate and order dbfake funcs automatically #7986

New issue

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

Merged
merged 11 commits into from
Jun 12, 2023
Prev Previous commit
Next Next commit
Add goimports
  • Loading branch information
kylecarbs committed Jun 12, 2023
commit be84c2851885a4ec74eb65cd5c7969d08159c873
1 change: 1 addition & 0 deletions coderd/database/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")

# Generate the database fake!
go run gen/fake/main.go
go run golang.org/x/tools/cmd/goimports@latest -w ./dbfake/dbfake.go
)