From 4298fc683c321c0aa6382d48fe9e9fb404af265e Mon Sep 17 00:00:00 2001 From: Rumen Nikiforov Date: Wed, 19 Jul 2023 15:05:11 +0300 Subject: [PATCH] Update README.md Added `go mod tidy` in quick start guide to address issues like #2717, #2651, #2641, #2614 and #2576 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e35db1c123b..b11ab55392a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Still not convinced enough to use **gqlgen**? Compare **gqlgen** with other Go g go run github.com/99designs/gqlgen init + go mod tidy + 4. Start the graphql server go run server.go