What do you think?
Rate this book
266 pages, Kindle Edition
First published April 14, 2015
func Init()on page 152 of the book differs from the source code:
for _, domain := range PermittedDomains {
for _, domain := range allowedDomains {
In the next chapter we'll dive in deeper with API planning and design, the nitty- gritty of RESTful services, and look at how we can separate our logic from our output. We'll briefly touch on some logic/view separation concepts and move toward more robust endpoints and methods in Chapter 3, Routing and Bootstrapping.