mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc/features: fix incorrect type in example (#1321)
This commit is contained in:
@@ -33,7 +33,7 @@ import (
|
||||
|
||||
func main() {
|
||||
err := entc.Generate("./schema", &gen.Config{
|
||||
Features: []*gen.Feature{
|
||||
Features: []gen.Feature{
|
||||
gen.FeaturePrivacy,
|
||||
gen.FeatureEntQL,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user