How to retrieve values from the URL in Go?

For example if the website is https://www.example.com/signup?campaign='new_york', I would like to strip out the value of campaign, 'new_york'. Thanks!