Skip to content

Releases: jagottsicher/myGoWebApplication

v1.0.34

06 Mar 06:09
Compare
Choose a tag to compare

Added final code for implementation of a static template cache and a turn on/off feature

v1.0.33

06 Mar 05:15
Compare
Choose a tag to compare

Introduction of a globally available type for storing configuration and calling template cache creation from main function only.

v1.0.32

06 Mar 03:12
Compare
Choose a tag to compare

We added a new - this time static - template cache.

v1.0.31

03 Mar 06:11
Compare
Choose a tag to compare

Creation of a dynamically growing cache for templates to render.

v1.0.30

03 Mar 04:26
Compare
Choose a tag to compare

Using layouts now.

v1.0.29

03 Mar 02:22
Compare
Choose a tag to compare

We restructured our code to make use of Go modules package management.

v1.0.28

28 Feb 02:05
Compare
Choose a tag to compare

Cleaned up, separated functionality in several files, and implemented some styling with bootstrap to HTML templates.

v1.0.27

27 Feb 04:26
Compare
Choose a tag to compare

In v1.0.27 you get a simple example how to include HTML templates in your responses.

v1.0.26

27 Feb 01:28
Compare
Choose a tag to compare

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

27 Feb 00:17
Compare
Choose a tag to compare

This is the source code for v1.0.25 which contains handlers in their own functions.