Skip to content

Commit

Permalink
Merge pull request #487 from ainilili/patch-1
Browse files Browse the repository at this point in the history
Change the double quotation marks from simplified to English
  • Loading branch information
chris-ramon committed Feb 5, 2020
2 parents d3a54d4 + d442938 commit 02caa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ func main() {
log.Fatalf("failed to execute graphql operation, errors: %+v", r.Errors)
}
rJSON, _ := json.Marshal(r)
fmt.Printf("%s \n", rJSON) // {data”:{“hello”:”world}}
fmt.Printf("%s \n", rJSON) // {"data":{"hello":"world"}}
}
```
For more complex examples, refer to the [examples/](https://github.com/graphql-go/graphql/tree/master/examples/) directory and [graphql_test.go](https://github.com/graphql-go/graphql/blob/master/graphql_test.go).
Expand Down

0 comments on commit 02caa89

Please sign in to comment.