Web Programming in Go: Web Services in Go
In web application development web services are used to provide functionality to applications. In the Go programming language you can use existing web services or create your own. In this course youll learn about web services in Go and how to implement them. First youll explore web services including SOAP and RESTful web services and how they compare to each other. Then youll learn how to implement web services and how to work with XML and JSON files. Finally youll examine how to create a RESTful web service using Go.