diff --git a/entc/gen/template/meta.tmpl b/entc/gen/template/meta.tmpl index 7bf555ef8..cf6d1bde0 100644 --- a/entc/gen/template/meta.tmpl +++ b/entc/gen/template/meta.tmpl @@ -127,4 +127,9 @@ var ( {{ end }} {{ end }} +{{ template "meta/additional" $ }} + {{ end }} + +{{/* A template that can be overrided in order to add additional code for the type package. */}} +{{ define "meta/additional" }}{{ end }}