From 3791f71df5a39d0e57e59ce6c9460627d45a8ab0 Mon Sep 17 00:00:00 2001 From: Abel Tay Date: Thu, 1 Oct 2020 10:58:20 +0800 Subject: [PATCH] Fix tab spacing in cors.md --- docs/content/recipes/cors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/recipes/cors.md b/docs/content/recipes/cors.md index 9dc03f0d6ce..9e36110e7e7 100644 --- a/docs/content/recipes/cors.md +++ b/docs/content/recipes/cors.md @@ -15,10 +15,10 @@ gqlgen doesn't include a CORS implementation, but it is built to work with all s package main import ( - "net/http" + "net/http" "github.com/99designs/gqlgen/graphql/handler/transport" - "github.com/99designs/gqlgen/example/starwars" + "github.com/99designs/gqlgen/example/starwars" "github.com/99designs/gqlgen/graphql/handler" "github.com/go-chi/chi" "github.com/rs/cors"