Skip to content

Commit

Permalink
Added go mod tidy to quick start
Browse files Browse the repository at this point in the history
Added `go mod tidy` in quick start guide to address issues like 99designs#2717, 99designs#2651, 99designs#2641, 99designs#2614 and 99designs#2576
  • Loading branch information
UnAfraid committed Jul 19, 2023
1 parent 9adc7b8 commit 89a8b92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ Still not convinced enough to use **gqlgen**? Compare **gqlgen** with other Go g
3. Initialise gqlgen config and generate models

go run github.com/99designs/gqlgen init

go mod tidy

4. Start the graphql server
5. Start the graphql server

go run server.go

Expand Down

0 comments on commit 89a8b92

Please sign in to comment.