mirror of https://github.com/gin-gonic/gin.git
delete blank
This commit is contained in:
parent
522c9900a1
commit
db79905ee9
1
gin.go
1
gin.go
|
@ -211,7 +211,6 @@ func (engine *Engine) LoadHTMLFiles(files ...string) {
|
|||
// LoadHTMLFilesRecursively loads recursively a slice of HTML files mathing an extension
|
||||
// and associates the result with HTML renderer.
|
||||
func (engine *Engine) LoadHTMLFilesRecursively(folder string, extensionsAllowed []string) {
|
||||
|
||||
files := []string{}
|
||||
sort.Strings(extensionsAllowed)
|
||||
|
||||
|
|
Loading…
Reference in New Issue