Added templating, versioning, middleware, etc
This commit is contained in:
5
app/vars.go
Normal file
5
app/vars.go
Normal file
@ -0,0 +1,5 @@
|
||||
package app
|
||||
|
||||
var (
|
||||
Version string = "N/a"
|
||||
)
|
Reference in New Issue
Block a user