Releases: jagottsicher/myGoWebApplication
v1.0.34
Added final code for implementation of a static template cache and a turn on/off feature
v1.0.33
Introduction of a globally available type for storing configuration and calling template cache creation from main function only.
v1.0.32
We added a new - this time static - template cache.
v1.0.31
Creation of a dynamically growing cache for templates to render.
v1.0.30
Using layouts now.
v1.0.29
We restructured our code to make use of Go modules package management.
v1.0.28
Cleaned up, separated functionality in several files, and implemented some styling with bootstrap to HTML templates.
v1.0.27
In v1.0.27 you get a simple example how to include HTML templates in your responses.
v1.0.26
We learned to handle errors gracefully at the spot where they (potentially) occur and how to make use of the data type error.
v1.0.25
This is the source code for v1.0.25 which contains handlers in their own functions.