# README
Content of the subdirectory article_12
-
Examples used in the following article Vývoj síťových aplikací v programovacím jazyku Go (pokračování)
-
This article is part of the serie about Go programming language Programovací jazyk Go
- Simple HTTP server
- Simple HTTP server
- Specify Content-Type in HTTP response
- HTTP server to serve static HTML pages
- Slighty better HTTP server to serve static HTML pages
- HTTP server with one specified HTML table
- HTTP server with static HTML tables
- Usage of closures
- Templates for HTML pages
- 1st variant of factorial web app
- Better factorial web app
- Better factorial web app
- HTTPS server
# Structs
FactorialPageDynContent holds all required information for factorial page template.
FactorialPageDynContent holds all required information for factorial page template.
FactorialPageDynContent holds all required information for factorial page template.
IndexPageDynContent holds all required information for a main page template.