If your web services are JSON based (e.g., not SOAP), one of those is probably a good place to start because web services are generally isolated and are only interacted with through an external, well-defined interface. Implementing an existing service would allow you to compare the two and see how well Go works for you.
1 Like