Explore >> Select a destination


You are here

aarol.dev
| | www.kylescholz.com
4.5 parsecs away

Travel
| |
| | lanie.dev
4.0 parsecs away

Travel
| | So you want to parse a form. You have your handler, and you're getting data passed in through the request. 1 2 3 4 5 package example func Login(w http.ResponseWriter, r *http.Request) { // hi (: } The next step is to parse the form on the request. 1 2 3 4 5 6 func Login(w http.ResponseWriter, r *http.Request) { var err error if err := r.
| | lewisdale.dev
2.8 parsecs away

Travel
| | Now it's time to actually try and send a "ping" to a website
| | bartlomiejmika.com
36.5 parsecs away

Travel
| Do you want to write a Golang app which is containerized with Docker? The purpose of this article is to help you quickly get your Golang App containerized for development (with hot-reload) and production purposes.