Skip to content

Commit 02caa89

Browse files
authored
Merge pull request #487 from ainilili/patch-1
Change the double quotation marks from simplified to English
2 parents d3a54d4 + d442938 commit 02caa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func main() {
5757
log.Fatalf("failed to execute graphql operation, errors: %+v", r.Errors)
5858
}
5959
rJSON, _ := json.Marshal(r)
60-
fmt.Printf("%s \n", rJSON) // {data”:{“hello”:”world}}
60+
fmt.Printf("%s \n", rJSON) // {"data":{"hello":"world"}}
6161
}
6262
```
6363
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).

0 commit comments

Comments
 (0)