v1.15.0
ADDED: * tplx, for one-shotting/shortcutting templating
This commit is contained in:
6
tplx/consts.go
Normal file
6
tplx/consts.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package tplx
|
||||
|
||||
const (
|
||||
TplTypeText tplType = iota
|
||||
TplTypeHtml
|
||||
)
|
||||
Reference in New Issue
Block a user