entc/gen: merge all templates to global

This commit is contained in:
Ariel Mashraki
2020-09-15 16:23:50 +03:00
committed by Ariel Mashraki
parent c6f9d25d8e
commit 235973cc2d
3 changed files with 15 additions and 23 deletions

View File

@@ -38,6 +38,6 @@ func main() {
},
}, opts...)
if err != nil {
log.Fatal("running ent codegen:", err)
log.Fatalf("running ent codegen: %v", err)
}
}