Learn how to use the standard library net/http package in Go to parse, manipulate, and iterate over URL parameters
Tag: golang
How to Get URL Parameters with Golang
13 Best Practices for Building RESTful APIs
Building robust APIs is an important skill — they make the web go round. Learn the best practices to consider when building RESTful APIs.
Jumping from PHP to Go: Blasphemy, Bravado or Common Sense?
Danny explains why he moved from Laravel to a Go version of his app and explains which advantages a Golang rewrite of his web app brought him.
iOS and Android Programming with Go
Chris Ward looks at the possibilities for Native iOS and Android programming with Go and wonders if the language is a viable alternative.
A Closer Look At Functions in Go
Michael Sauter goes in depth with Go functions, and brings you up to speed on what's similar to and what's different from the usual implementations