//
pkg.gl
Category
github.com/gsom95/go-web-dev
view
package
0.0.0-20241212045633-31cef34f41a2
Repository:
https://github.com/gsom95/go-web-dev.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
76 SLOC
#
Functions
Must
Must is only used when starting up our application and parsing templates for the first time, and we know that almost all errors that occur during a call to Parse are developer errors.
ParseFS
ParseFS tries to parse template from embedded FS.
#
Structs
Template
Template is used as "view" object in our MVC-like app architecture.