Skip to content

Commit

Permalink
adds JSON result as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ramon committed Nov 3, 2015
1 parent 29bbe7a commit 21b0f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {
log.Fatalf("failed to execute graphql operation, errors: %+v", r.Errors)
}
rJSON, _ := json.Marshal(r)
fmt.Printf("%s \n", rJSON)
fmt.Printf("%s \n", rJSON) // {“data”:{“hello”:”world”}}
}
```

Expand Down

0 comments on commit 21b0f44

Please sign in to comment.