2
0

Prepare for generating tests

This commit is contained in:
Jack Christensen
2022-01-01 11:22:14 -06:00
parent 1b353297d5
commit 0403c34ae3
4 changed files with 99 additions and 54 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ rule '.go' => '.go.erb' do |task|
end
desc "Generate code"
task generate: ["pgtype/int.go"]
task generate: ["pgtype/int.go", "pgtype/int_test.go"]