Skip to content

Commit

Permalink
Added go mod tidy to quick start guide (#2718)
Browse files Browse the repository at this point in the history
Added `go mod tidy` in quick start guide to address issues like #2717, #2651, #2641, #2614 and #2576
  • Loading branch information
UnAfraid authored Jul 19, 2023
1 parent 9adc7b8 commit cccc738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cccc738

Please sign in to comment.