From 32348468595eb1acac8fb1c19d96c6018ca350ff Mon Sep 17 00:00:00 2001 From: Pavel Nikolov Date: Wed, 1 Mar 2023 00:08:22 +0200 Subject: [PATCH] Update project description Updated the project description to match the repository's about section on GitHub. --- .../code/language-support/go/server/graph-gophers-graphql-go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/language-support/go/server/graph-gophers-graphql-go.md b/src/content/code/language-support/go/server/graph-gophers-graphql-go.md index 2bf5eaad94..7bedb66292 100644 --- a/src/content/code/language-support/go/server/graph-gophers-graphql-go.md +++ b/src/content/code/language-support/go/server/graph-gophers-graphql-go.md @@ -1,6 +1,6 @@ --- name: graph-gophers/graphql-go -description: An active implementation of GraphQL in Golang (was https://github.com/neelance/graphql-go). +description: GraphQL server with a focus on ease of use. url: https://github.com/graph-gophers/graphql-go github: graph-gophers/graphql-go ---