Skip to content

Commit

Permalink
fix linter stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
roeest committed Jun 25, 2024
1 parent 93f2dfd commit 47121ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion graphql/any.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package graphql

import (
"github.com/goccy/go-json"
"io"

"github.com/goccy/go-json"
)

func MarshalAny(v any) Marshaler {
Expand Down
2 changes: 1 addition & 1 deletion graphql/handler/debug/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package debug
import (
"context"
"fmt"
"github.com/goccy/go-json"
"io"
"os"
"strings"

"github.com/goccy/go-json"
. "github.com/logrusorgru/aurora/v3"
"github.com/mattn/go-colorable"
"github.com/mattn/go-isatty"
Expand Down
3 changes: 2 additions & 1 deletion graphql/playground/apollo_sandbox_playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package playground

import (
"fmt"
"github.com/goccy/go-json"
"html/template"
"net/http"

"github.com/goccy/go-json"
)

// NOTE: New version available at https://embeddable-sandbox.cdn.apollographql.com/ -->
Expand Down

0 comments on commit 47121ce

Please sign in to comment.