Explore >> Select a destination


You are here

damienradtke.com
| | www.alexedwards.net
13.8 parsecs away

Travel
| | [AI summary] The article demonstrates various Go web application techniques including HTTP response handling, templating, and file serving with examples and code snippets.
| | machiel.me
11.6 parsecs away

Travel
| | Freelance developer from Amsterdam, passionate about Go
| | lanie.dev
13.2 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.
| | www.code4it.dev
39.8 parsecs away

Travel
| Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers