fix import in first edge docs code sample

Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/55

Differential Revision: D17747608

Pulled By: a8m

fbshipit-source-id: c59b5bc62423d77b684a399144c24ad5137c2e20
This commit is contained in:
Tomy Smith
2019-10-03 14:07:32 -07:00
committed by Facebook Github Bot
parent 480eb714d3
commit d4efc09f75

View File

@@ -198,7 +198,7 @@ entc init Car Group
And then we add the rest of the fields manually:
```go
import (
"log"
"regexp"
"github.com/facebookincubator/ent"
"github.com/facebookincubator/ent/schema/field"