I want to send a text string in get request using net/http package in golang. But I'm unable to find out how to do that. Like I want to hit the following url:
"http://api.example.com/tutor?message=how can I do this" Please let me know how can I do this.