Quote modules
Complete golang import statement.
import
encoding/json
fmt
math/rand
net/http
time
github.com/graphql-go/graphql
import (
"encoding/json"
"fmt"
"math/rand"
"net/http"
"time"
"github.com/graphql-go/graphql"
)