doc: add page for codegen feature-flags (#1023)

This commit is contained in:
Ariel Mashraki
2020-12-07 16:53:01 +02:00
committed by GitHub
parent 86b9d850ee
commit 9ff32ad60a
3 changed files with 82 additions and 1 deletions

View File

@@ -230,3 +230,9 @@ func EnsureStructTag(name string) gen.Hook {
}
}
```
## Feature Flags
The `entc` package provides a collection of code-generation features that be added or removed using flags.
For more information, please see the [features-flags page](features.md).