A step by step tutorial of how to build a web app with Go, currently being written in Spanish.
- [ ] Write all the steps.
- [ ] Deploy latest working version.
- [ ] Translate steps to English.
- project files and dirs
- introduction to
package
andimport
- basic web server
-
net/http
handler usage -
log
usage
-
text/template
new, parse & execute - introduction to errors
-
map
usage