Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 489 Bytes

gowiki

Writing Web Applications

Covered in this tutorial:

  • Creating a data structure with load and save methods
  • Using the net/http package to build web applications
  • Using the html/template package to process HTML templates
  • Using the regexp package to validate user input
  • Using closures

Assumed knowledge:

  • Programming experience
  • Understanding of basic web technologies (HTTP, HTML)
  • Some UNIX/DOS command-line knowledge

https://golang.org/doc/articles/wiki/