From d4efc09f75398da538213784f9002f4ed51042ef Mon Sep 17 00:00:00 2001 From: Tomy Smith Date: Thu, 3 Oct 2019 14:07:32 -0700 Subject: [PATCH] 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 --- doc/md/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/getting-started.md b/doc/md/getting-started.md index f89a2e456..99ef33576 100755 --- a/doc/md/getting-started.md +++ b/doc/md/getting-started.md @@ -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"