package
0.0.0-20231208061952-f10d33120ced
Repository: https://github.com/liguoqinjim/go-labs.git
Documentation: pkg.go.dev
# README
html/template02
NOTICE
- 这个里面调用Execute是正确的,是因为我们在生成template的时候没有先New再Parse,而是直接Parse
ParseGlob
可以一次parse多个文件,只要符合pattern就可以了