mirror of https://github.com/gin-gonic/gin.git
Update comment for using LoadHTMLFilesRecursively method
This commit is contained in:
parent
f4515cbbe7
commit
4e757db0fc
|
@ -837,7 +837,7 @@ func main() {
|
||||||
router.LoadHTMLGlob("templates/*")
|
router.LoadHTMLGlob("templates/*")
|
||||||
//router.LoadHTMLFiles("templates/template1.html", "templates/template2.html")
|
//router.LoadHTMLFiles("templates/template1.html", "templates/template2.html")
|
||||||
|
|
||||||
// load recursively all .html in "public" folder
|
// load recursively all .html files in "public" folder
|
||||||
//router.LoadHTMLFilesRecursively("public", []string{".html"})
|
//router.LoadHTMLFilesRecursively("public", []string{".html"})
|
||||||
|
|
||||||
router.GET("/index", func(c *gin.Context) {
|
router.GET("/index", func(c *gin.Context) {
|
||||||
|
|
Loading…
Reference in New Issue